Updated css styles

This commit is contained in:
pmoreno.rodriguez 2024-01-04 22:42:18 +01:00
parent d64482c0d9
commit 9efe80590a
4 changed files with 14 additions and 2 deletions

View file

@ -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;

File diff suppressed because one or more lines are too long

View file

@ -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;

View file

@ -4,7 +4,7 @@
/// Breakpoints.
/// @var {list}
$breakpoints: () !global;
//$breakpoints: () !global;
// Mixins.