Further improvements for small screen resolutions
All checks were successful
Builds / ExectOS WebSite (push) Successful in 15s

This commit is contained in:
Rafal Kupiec 2024-06-19 17:47:21 +02:00
parent e14fc85afa
commit 7f766de389
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -112,6 +112,20 @@ pre code {
margin-top : 1.5em; 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 { .content img {
border : 0px; border : 0px;
display : block; display : block;