Пофиксил адаптациюN1

This commit is contained in:
Dom 2023-04-21 23:35:49 +07:00
parent ff1ca73244
commit 9f8edf586d

View file

@ -48,6 +48,14 @@ footer{
}
@media (max-width: 828px){
*{
padding: 0px;
margin: 0px;
font-family: "Martian Mono";
}
body{
background: rgba(4, 3, 15, 100);
}
header{
position: sticky;
top: 0px;
@ -62,6 +70,19 @@ footer{
font-weight: bold;
padding-bottom: 25px;
}
ul{
display: flex;
justify-content: center;
}
ul img{
width: 26px;
text-align: center;
margin-top:5px;
}
.main{
height: 3000px;
}
footer{
height: 25px;
background:rgb(4, 236, 4);