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);
|
color: rgb(255, 255, 255);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family:sans-serif,calibri;
|
font-family:sans-serif,calibri;
|
||||||
|
padding-left: 3vw ;
|
||||||
|
padding-right: 3vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,7 +68,7 @@ h2 {
|
||||||
display: none;
|
display: none;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background: #00000050;
|
background: #00000050;
|
||||||
height: 10vh;
|
/*height: 10vh;*/
|
||||||
margin-top: 1.29vh;
|
margin-top: 1.29vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -152,7 +154,7 @@ h2 {
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100px;
|
width: 70px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue