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

Slightly narrower width

parent 018d01c5
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
......@@ -154,15 +154,15 @@
flex-direction: row;
}
@media only screen and (max-width: 1000px) {
padding-left: 8px;
padding-right: 8px;
width: 94%;
padding-left: 7px;
padding-right: 7px;
width: 92%;
flex-direction: column;
#left-column {
border-bottom: solid 1px #e6e6e6;
min-width: 94%;
min-width: 92%;
ul {
min-width: 94%;
min-width: 92%;
}
}
}
......
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "elixir-theme"
spec.version = "0.2.9"
spec.version = "0.2.10"
spec.authors = ["jacek.lebioda"]
spec.email = ["jacek.lebioda@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