mirror of
https://git.coop/cotech/website.git
synced 2024-11-21 22:33:05 +00:00
Fix Grid/Map tab titles layout overspill
I think having the seperator is not properly supported by the foundation CSS. I was a bit confused with app.css as some seems to be vendor CSS and some custom CSS, so I left the original padding rule, and added an override in what seems more like a "custom CSS" section... I don't know why they didn't all just float nicely together in the first place though :/
This commit is contained in:
parent
d634816ef5
commit
b51f670b33
@ -6649,6 +6649,7 @@ a:focus {
|
||||
|
||||
.tabs-title > a {
|
||||
color: #999999;
|
||||
padding: 1.25rem 1.25rem;
|
||||
font-size: 1rem; }
|
||||
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
|
||||
background-color: transparent;
|
||||
|
Loading…
Reference in New Issue
Block a user