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

Prevent overflows

parent c31dabde
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
...@@ -16,6 +16,11 @@ body { ...@@ -16,6 +16,11 @@ body {
font-variant-ligatures: none; font-variant-ligatures: none;
font-size: 16px; font-size: 16px;
margin: 0px; margin: 0px;
overflow-x: hidden;
}
main {
overflow-x: scroll;
} }
a { a {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = "elixir-theme" spec.name = "elixir-theme"
spec.version = "0.2.5" spec.version = "0.2.6"
spec.authors = ["jacek.lebioda"] spec.authors = ["jacek.lebioda"]
spec.email = ["jacek.lebioda@uni.lu"] 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