Further improvements for small screen resolutions
All checks were successful
Builds / ExectOS WebSite (push) Successful in 15s
All checks were successful
Builds / ExectOS WebSite (push) Successful in 15s
This commit is contained in:
parent
e14fc85afa
commit
7f766de389
@ -112,6 +112,20 @@ pre code {
|
||||
margin-top : 1.5em;
|
||||
}
|
||||
|
||||
@media (max-width: 1280px) {
|
||||
.content {
|
||||
margin-left : 60px;
|
||||
margin-right : 50px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.content {
|
||||
margin-left : 50px;
|
||||
margin-right : 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.content img {
|
||||
border : 0px;
|
||||
display : block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user