Пофиксил адаптациюN1
This commit is contained in:
parent
ff1ca73244
commit
9f8edf586d
1 changed files with 21 additions and 0 deletions
|
@ -48,6 +48,14 @@ footer{
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 828px){
|
@media (max-width: 828px){
|
||||||
|
*{
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
font-family: "Martian Mono";
|
||||||
|
}
|
||||||
|
body{
|
||||||
|
background: rgba(4, 3, 15, 100);
|
||||||
|
}
|
||||||
header{
|
header{
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
@ -62,6 +70,19 @@ footer{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-bottom: 25px;
|
padding-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
ul{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
ul img{
|
||||||
|
width: 26px;
|
||||||
|
text-align: center;
|
||||||
|
margin-top:5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main{
|
||||||
|
height: 3000px;
|
||||||
|
}
|
||||||
footer{
|
footer{
|
||||||
height: 25px;
|
height: 25px;
|
||||||
background:rgb(4, 236, 4);
|
background:rgb(4, 236, 4);
|
||||||
|
|
Loading…
Add table
Reference in a new issue