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-size: 1.3em;
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) {
#header .logo {
@ -2942,16 +2952,6 @@ body {
#header h1 a {
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 {
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-size: 1.3em;
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') {
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 {
height: inherit;
line-height: inherit;