mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Improved layout for various screens sizes
This commit is contained in:
@ -26,6 +26,16 @@ h2 {
|
||||
text-align: left;
|
||||
max-width: 100%;
|
||||
}
|
||||
@media all and (max-width: 62.5em) {
|
||||
#content {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media all and (min-width: 62.5em) {
|
||||
#content {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: #298;
|
||||
|
Reference in New Issue
Block a user