mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-22 18:08:55 +00:00
Updated css styles
This commit is contained in:
parent
d64482c0d9
commit
9efe80590a
4 changed files with 14 additions and 2 deletions
|
@ -2818,6 +2818,11 @@ table.alt tfoot {
|
|||
text-decoration: none;
|
||||
border-bottom: 0;
|
||||
}
|
||||
#header .logo a .logo-img {
|
||||
padding: 0.25em 0 !important;
|
||||
vertical-align: middle;
|
||||
height: 3em;
|
||||
}
|
||||
@media screen and (max-width: 736px) {
|
||||
#header .logo {
|
||||
font-size: 1em;
|
||||
|
|
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
|
@ -14,7 +14,14 @@
|
|||
letter-spacing: 0.25em;
|
||||
text-decoration: none;
|
||||
border-bottom: 0;
|
||||
|
||||
.logo-img {
|
||||
padding: 0.25em 0 !important;
|
||||
vertical-align: middle;
|
||||
height: 3em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@include breakpoint('<=small') {
|
||||
font-size: 1em;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
/// Breakpoints.
|
||||
/// @var {list}
|
||||
$breakpoints: () !global;
|
||||
//$breakpoints: () !global;
|
||||
|
||||
// Mixins.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue