mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Remove border bottom from logo
This commit is contained in:
parent
b4cc4f8749
commit
ea06ae18f8
4 changed files with 23 additions and 23 deletions
|
@ -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;
|
||||
|
|
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue