Version - 1.1 - 1-42

This commit is contained in:
2023-11-30 15:52:15 +01:00
parent 2b81a65227
commit f59c157e8e
208 changed files with 21829 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ header{
z-index: 5000;
top: 0;
position: fixed;
width: 700px;
left: 50%;
transform: translateX(-50%);
text-align: center;
@@ -42,7 +43,7 @@ button{
}
main{
margin-top: 15rem;
margin-top: 12.5rem;
display: flex;
justify-content: center;
align-items: center;
@@ -77,4 +78,17 @@ footer{
::-webkit-scrollbar{
background: transparent;
width: 0px;
}
@media only screen and (max-width: 555px){
header{
z-index: 5000;
top: -45px;
position: fixed;
left: 50%;
transform: translateX(-50%) scale(.6);
}
main{
margin-top: 7.5rem;
}
}