Float news section only on large screens

This commit is contained in:
Andinus 2020-05-22 14:08:36 +05:30
parent c1e57673e2
commit 07c1dc115c
Signed by untrusted user: andinus
GPG Key ID: B67D55D482A799FD
1 changed files with 9 additions and 8 deletions

View File

@ -57,18 +57,19 @@ pre {
color: #ffffff;
}
#front-content {
max-width: 69%;
float: left;
}
#content {
margin: 0 auto;
}
#news {
float: right;
max-width: 29%;
@media (min-width: 1024px) {
#news {
float: right;
max-width: 29%;
}
#front-content {
max-width: 69%;
float: left;
}
}
#sshfp {