Skip to content
Snippets Groups Projects
Commit 39c2e41b authored by Otto Zaiser's avatar Otto Zaiser
Browse files

Arreglando border bottom del tab en responsive

parent fe5eb57a
No related branches found
No related tags found
No related merge requests found
Pipeline #7 failed with stages
......@@ -145,8 +145,10 @@ p {
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
background-color: #f8f8f8;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover{
border-bottom-color: #f8f8f8;
@media screen and (min-width: 768px) {
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover{
border-bottom-color: #f8f8f8;
}
}
.tab-pane h2 {
margin-top: 0px;
......
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