резиновость, новые скриншоты

This commit is contained in:
tolstoevsky 2020-03-11 10:34:15 +03:00
parent 936b615c74
commit 5dc852edf2
No known key found for this signature in database
GPG key ID: EDD59F3A654C596C
8 changed files with 45 additions and 209 deletions

BIN
css/.base.css.swp Normal file

Binary file not shown.

View file

@ -20,7 +20,7 @@
border-radius:2px;
border:1px solid #667;
display:inline-block;
width: 98%;
width: 96%;
height: 99%;
color: #c5c6c7;
padding: 1% 1% 1% 1%;
@ -34,8 +34,8 @@
body {
font: 100%/150% exo2;
width: 80%%;
max-width: 90%;
width: 60%;
max-width: 80%;
margin: 0 auto;
background-color:#0b0c10;
}
@ -72,4 +72,19 @@ h1, h2, h3 {
font-family: "exo2";
}
@media screen and (max-width: 900px) {
body {
max-width: 90%;
width: 80%;
}
}
@media screen and (max-width: 716px) {
body {
max-width: 98%;
width: 96%;
}
}

View file

@ -59,7 +59,7 @@
display: inline-block;
}
@media screen and (max-width: 600px) {
@media screen and (max-width: 716px) {
.topnav a:not(:first-child), .dropdown .dropbtn {
display: none;
}
@ -69,7 +69,7 @@
}
}
@media screen and (max-width: 600px) {
@media screen and (max-width: 716px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
position: absolute;