Skip to content
Snippets Groups Projects
Commit 295549c7 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

fix: corrected margins and tuned width on mobile

parent ed3da0b7
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ $COLOR_BOX_FONT: #444;
padding: 10px 20px 0px 20px;
border: solid 2px $COLOR_BOX_SECONDARY;
margin-bottom: #{"min(35px, 5%)"};
margin-bottom: 25px;
border-radius: 0 0 15px 15px;
border-top: solid 5px $COLOR_BOX_PRIMARY;
......@@ -31,7 +31,7 @@ $COLOR_BOX_FONT: #444;
}
@media (max-width: 800px) {
width: 90%;
width: 86%;
margin-right: 0;
}
......
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-theme-lcsb-default"
spec.version = "0.3.13"
spec.version = "0.3.14"
spec.authors = ["Trefex", "jaceklebioda_lux"]
spec.email = ["lcsb-sysadmins@uni.lu"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment