_sass/minima/_lcsb.scss in jekyll-lux-covid-theme-0.0.15 vs _sass/minima/_lcsb.scss in jekyll-lux-covid-theme-0.0.16
- old
+ new
@@ -112,35 +112,34 @@
}
.img-banner-motto {
width: 130px;
}
-}
-
-// Small-screen ==================================================================================
-
-@media (max-width: 700px) {
- .img-banner-main {
- display: none;
- }
-
- .img-banner-motto {
- display: none;
- }
-
.powered_by {
position:relative;
width: 100%;
padding-right: unset;
ul {
list-style: none;
min-width: 200px;
- padding-top: .2em;
+ padding-top: 1em;
}
ul li {
display: inline;
}
+ }
+}
+
+// Small-screen ==================================================================================
+
+@media (max-width: 700px) {
+ .img-banner-main {
+ display: none;
+ }
+
+ .img-banner-motto {
+ display: none;
}
}
@media (max-width: 640px) {
.img-banner-main {