style.css: added responsive layout
This commit is contained in:
parent
e97b0c4ded
commit
3399d89a16
@ -156,6 +156,13 @@ button:active {
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1000px) {
|
||||
body {
|
||||
max-width: 80%;
|
||||
margin: 40px auto;
|
||||
}
|
||||
}
|
||||
|
||||
.visualhidden {
|
||||
opacity: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user