fix logo size
parent
35f2d6163c
commit
00cd26f499
@ -1,44 +1,44 @@
|
|||||||
#menuDiv{
|
#menuDiv{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menuDiv a{
|
#menuDiv a{
|
||||||
font-family: Ubuntu,Helvetica,sans-serif;
|
font-family: Ubuntu,Helvetica,sans-serif;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: rgb(65, 154, 28);
|
background-color: rgb(65, 154, 28);
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo{
|
#logo{
|
||||||
height: 100%;
|
height: 50%;
|
||||||
margin-left: 2%;
|
margin-left: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuItem {
|
.menuItem {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: white;
|
color: white;
|
||||||
width: 10%;
|
width: 10%;
|
||||||
min-width: 5em;
|
min-width: 5em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 0.8em;
|
padding: 0.8em;
|
||||||
border-bottom: 4px solid rgb(65, 154, 28);
|
border-bottom: 4px solid rgb(65, 154, 28);
|
||||||
border-top: 4px solid rgb(65, 154, 28);
|
border-top: 4px solid rgb(65, 154, 28);
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuItem:hover{
|
.menuItem:hover{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-bottom: 4px solid rgb(23, 23, 23);
|
border-bottom: 4px solid rgb(23, 23, 23);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue