_sass/_layout.scss in jekyll-theme-mehdix-rtl-0.1.7 vs _sass/_layout.scss in jekyll-theme-mehdix-rtl-0.1.8
- old
+ new
@@ -184,29 +184,30 @@
@include media-query($on-palm) {
.footer-col {
float: none;
width: -webkit-calc(100% - (#{$spacing-unit} / 2));
width: calc(100% - (#{$spacing-unit} / 2));
+ padding-left: unset;
}
#footer_description, #gravatar_container, #footer_build_status,
.footer-heading, #license_link {
display: none;
}
#license {
- text-align: center;
font-size: 9px;
}
.site-footer {
-
+ text-align: center;
}
.social-media-list {
display: flex;
margin-top: 1em;
+ padding-right: unset;
}
#motto {
display: none;
}
@@ -582,10 +583,9 @@
}
/* For license text */
#license {
font-style: small;
- float: right;
}
#forkme {
@include media-query($on-palm) {
display: none;
\ No newline at end of file