[theme] cleanup grid layout and remove various margins and paddings from elements

This commit is contained in:
MrPaulBlack 2021-09-25 15:59:10 +02:00 committed by Markus Heiser
parent cc3c54f4cd
commit 385dce213b
4 changed files with 52 additions and 37 deletions

View file

@ -3,10 +3,10 @@
*/
#search {
padding: 0 2em;
padding: 0 2em 0 @results-offset;
margin: 0;
background: #f7f7f7;
border-bottom: 1px solid #d7d7d7;
background: @color-header-background;
border-bottom: 1px solid @color-header-border;
}
#search_wrapper {
@ -104,7 +104,11 @@
vertical-align: middle;
}
@media screen and (max-width: 75em) {
@media screen and (max-width: 1250px) {
#search {
padding: 0 @results-tablet-offset;
}
#categories {
font-size: 90%;
clear: both;