|
@@ -68,8 +68,8 @@ main {
|
|
#main_preferences,
|
|
#main_preferences,
|
|
#main_about,
|
|
#main_about,
|
|
#main_stats {
|
|
#main_stats {
|
|
- margin: 3em;
|
|
+ margin: 2em auto;
|
|
- width: auto;
|
|
+ width: 85em;
|
|
}
|
|
}
|
|
|
|
|
|
footer {
|
|
footer {
|
|
@@ -602,7 +602,7 @@ article.result-images[data-vim-selected]::before {
|
|
#main_preferences,
|
|
#main_preferences,
|
|
#main_about,
|
|
#main_about,
|
|
#main_stats {
|
|
#main_stats {
|
|
- margin: 0.5em;
|
|
+ margin: 2em 0.5em;
|
|
width: auto;
|
|
width: auto;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -738,6 +738,7 @@ article.result-images[data-vim-selected]::before {
|
|
@media screen and (max-width: 50em) {
|
|
@media screen and (max-width: 50em) {
|
|
#main_results div#results {
|
|
#main_results div#results {
|
|
grid-template-columns: 100%;
|
|
grid-template-columns: 100%;
|
|
|
|
+ margin: 2rem 0 0 0;
|
|
}
|
|
}
|
|
|
|
|
|
article[data-vim-selected]::before {
|
|
article[data-vim-selected]::before {
|