mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-23 02:18:57 +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;
|
text-decoration: none;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
#header .logo a .logo-img {
|
||||||
|
padding: 0.25em 0 !important;
|
||||||
|
vertical-align: middle;
|
||||||
|
height: 3em;
|
||||||
|
}
|
||||||
@media screen and (max-width: 736px) {
|
@media screen and (max-width: 736px) {
|
||||||
#header .logo {
|
#header .logo {
|
||||||
font-size: 1em;
|
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;
|
letter-spacing: 0.25em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
|
||||||
|
.logo-img {
|
||||||
|
padding: 0.25em 0 !important;
|
||||||
|
vertical-align: middle;
|
||||||
|
height: 3em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@include breakpoint('<=small') {
|
@include breakpoint('<=small') {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
/// Breakpoints.
|
/// Breakpoints.
|
||||||
/// @var {list}
|
/// @var {list}
|
||||||
$breakpoints: () !global;
|
//$breakpoints: () !global;
|
||||||
|
|
||||||
// Mixins.
|
// Mixins.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue