diff --git a/static/css/tabs.css b/static/css/tabs.css index 7016f08..3bee14f 100644 --- a/static/css/tabs.css +++ b/static/css/tabs.css @@ -2,11 +2,13 @@ position: relative; margin: 0 auto; overflow: hidden; + height: 100px; } .tabs-section > .nav-tabs { - position: relative; + position: absolute; left: 0px; top: 0px; + min-width: 3500px; margin-top: 0px; cursor: auto; border: none; @@ -19,12 +21,12 @@ padding-bottom: 10px; } .tabs-section > .nav-tabs li[role=presentation]:not(:last-child) { - padding-right: 1vw; + padding-right: 15px; } .tabs-section > .nav-tabs li[role=presentation] button[role=tab] { margin: 0; - padding: 2px 10px 2px 0px; - font-size: 1.6vw; + padding: 2px 10px 2px 10px; + font-size: 1.2rem; font-weight: 700; text-transform: none; text-align: center; @@ -32,7 +34,7 @@ color: #9a9a9a; background: none; border: none; - line-height: 3.8vw; + line-height: 50px; transition: color 0.3s ease, box-shadow 0.2s ease; border-bottom: 5px solid transparent; } @@ -49,4 +51,4 @@ min-height: 500px; margin: 0; padding: 0; -}/*# sourceMappingURL=tabs.css.map */ \ No newline at end of file +}/*# sourceMappingURL=tabs.css.map */