styled navigatio and guttemberg styles

This commit is contained in:
jorge-vitrubio 2024-01-26 10:23:29 +01:00
parent 391d999466
commit bffaa38328
6 changed files with 214 additions and 812 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -142,26 +142,26 @@
}
}
.menu-toggle {
display: inline-block;
width: 10rem;
height: 4rem;
margin: 0;
padding: 0;
font-size: 0;
border: none;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
//display: inline-block;
//width: 10rem;
//height: 4rem;
//margin: 0;
//padding: 0;
//font-size: 0;
//border: none;
//background-position: center;
//background-repeat: no-repeat;
//background-size: contain;
}
}
@media screen and (max-width: 47.99em) {
.site-branding {
display: block;
width: 0px;
height: 0px;
overflow: hidden;
margin: 0;
padding: 0;
//display: block;
//width: 0px;
//height: 0px;
//overflow: hidden;
//margin: 0;
//padding: 0;
}
.main-navigation-content {
text-transform: uppercase;

View File

@ -34,18 +34,18 @@
&::after {
content: "+";
position: absolute;
bottom: -1rem;
bottom: 0rem;
left: 0.7rem;
font-size: 5rem;
}
&:hover {
color: $color__grey-light;
//color: $color__grey-light;
&::after {
content: ">";
font-size: 3rem;
bottom: 0;
//font-size: 3rem;
//bottom: 0;
}
}
}

453
style.css

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long