Remove border bottom from logo

This commit is contained in:
pmoreno.rodriguez 2023-07-16 10:31:22 +02:00
parent b4cc4f8749
commit ea06ae18f8
4 changed files with 23 additions and 23 deletions

View file

@ -2618,6 +2618,16 @@ table.alt tfoot {
font-family: "Raleway", Helvetica, sans-serif; font-family: "Raleway", Helvetica, sans-serif;
font-size: 1.3em; font-size: 1.3em;
font-weight: 800; font-weight: 800;
height: inherit;
line-height: inherit;
padding: 0 0 0 1.5em;
white-space: nowrap;
}
#header .logo a {
font-size: 0.7em;
letter-spacing: 0.25em;
text-decoration: none;
border-bottom: 0;
} }
@media screen and (max-width: 736px) { @media screen and (max-width: 736px) {
#header .logo { #header .logo {
@ -2942,16 +2952,6 @@ body {
#header h1 a { #header h1 a {
font-size: 0.7em; font-size: 0.7em;
} }
#header div {
height: inherit;
line-height: inherit;
padding: 0 0 0 1.5em !important;
white-space: nowrap !important;
}
#header div a {
font-size: 0.7em;
letter-spacing: 0.25em;
}
#header .main { #header .main {
height: inherit; height: inherit;
line-height: inherit; line-height: inherit;

File diff suppressed because one or more lines are too long

View file

@ -4,6 +4,18 @@
font-family: _font(family-heading); font-family: _font(family-heading);
font-size: 1.3em; font-size: 1.3em;
font-weight: _font(weight-heading-bold); font-weight: _font(weight-heading-bold);
height: inherit;
line-height: inherit;
padding: 0 0 0 1.5em;
white-space: nowrap;
a {
font-size: 0.7em;
letter-spacing: 0.25em;
text-decoration: none;
border-bottom: 0;
}
@include breakpoint('<=small') { @include breakpoint('<=small') {
font-size: 1em; font-size: 1em;
} }

View file

@ -51,18 +51,6 @@
} }
} }
div {
height: inherit;
line-height: inherit;
padding: 0 0 0 1.5em !important;
white-space: nowrap !important;
a {
font-size: 0.7em;
letter-spacing: 0.25em;
}
}
.main { .main {
height: inherit; height: inherit;
line-height: inherit; line-height: inherit;