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

Widths on mobile corrected

parent 01370684
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
......@@ -158,12 +158,15 @@
padding-left: $PADDING_PAGE_LEFT;
width: $WIDTH_CONTENT;
flex-direction: row;
min-width: 400px;
}
@media only screen and (max-width: 1000px) {
padding-left: 7px;
padding-right: 7px;
padding-left: 4%;
padding-right: 4%;
width: 92%;
flex-direction: column;
#left-column {
border-bottom: solid 1px #e6e6e6;
min-width: 92% !important;
......@@ -173,7 +176,6 @@
}
}
padding-bottom: 50px;
min-width: 400px;
min-height: 400px;
padding-right: 10px;
margin: 0;
......
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "elixir-theme"
spec.version = "0.4.1"
spec.version = "0.4.2"
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