Commit 1870db5f by Tom Giannattasio

fixed custom tab box-sizing glitch in firefox

parent 67fb486f
div.static_tab_wrapper { div.static_tab_wrapper {
@include box-sizing(border-box);
padding: 2em 2.5em; padding: 2em 2.5em;
h1 { h1 {
...@@ -9,5 +9,4 @@ div.static_tab_wrapper { ...@@ -9,5 +9,4 @@ div.static_tab_wrapper {
section { section {
margin: 0px 0px 20px; margin: 0px 0px 20px;
} }
}
} \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment