Update css
This commit is contained in:
parent
005c687d33
commit
1341c18260
1 changed files with 4 additions and 2 deletions
|
@ -47,6 +47,8 @@ h2 {
|
|||
color: rgb(255, 255, 255);
|
||||
font-weight: bold;
|
||||
font-family:sans-serif,calibri;
|
||||
padding-left: 3vw ;
|
||||
padding-right: 3vw;
|
||||
}
|
||||
|
||||
|
||||
|
@ -66,7 +68,7 @@ h2 {
|
|||
display: none;
|
||||
flex-direction: column;
|
||||
background: #00000050;
|
||||
height: 10vh;
|
||||
/*height: 10vh;*/
|
||||
margin-top: 1.29vh;
|
||||
}
|
||||
|
||||
|
@ -152,7 +154,7 @@ h2 {
|
|||
|
||||
#logo {
|
||||
display: block;
|
||||
width: 100px;
|
||||
width: 70px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue