Spacing fixes

This commit is contained in:
alistair3149 2019-10-07 21:40:21 -04:00
parent 08b35b8e98
commit 848bd2fbf4
3 changed files with 4 additions and 5 deletions

View file

@ -35,7 +35,7 @@ table.wikitable {
}
@media only screen and (max-width: @screen2) {
table.wikitable {
table.wikiatble {
white-space: nowrap;
}
}

View file

@ -6,7 +6,6 @@
@import '../resources/variables.less';
.tabber {
margin-top: @content-margin-top / 2;
ul.tabbernav {
padding: 0;

View file

@ -8,7 +8,7 @@
ul.gallery {
position: relative;
margin: @content-margin-top * 2 @negative-margin !important;
margin: @content-margin-top @negative-margin @content-margin-top * 2 !important;
padding: 0;
display: flex;
flex-wrap: wrap;
@ -44,7 +44,7 @@ div.gallerytext {
@media only screen and (max-width: @screen2) {
ul.gallery {
margin: @content-margin-top * 2 0 !important;
margin: @content-margin-top 0 @content-margin-top * 2 !important;
overflow: hidden; // Hack to avoid viewpoint move
}
@ -60,6 +60,6 @@ div.gallerytext {
@media only screen and (max-width: @screen1) {
ul.gallery {
margin: @content-margin-top * 2 -@margin-side !important;
margin: @content-margin-top -@margin-side @content-margin-top * 2 !important;
}
}