positioned open close buttons in small screens

This commit is contained in:
jorge-vitrubio 2023-01-14 19:35:42 +01:00
parent e37557eb94
commit 854c166836
6 changed files with 154 additions and 561 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -61,7 +61,7 @@
}
}
.secondary-navigation {
padding: 0 0 1em 0;
padding: 0 1em 1em 0;
ul {
display: inline-block;
li {
@ -115,7 +115,7 @@
.toggle-hide {
display: flex;
justify-content: end;
padding-right: 4rem;
margin-right: -0.5em;
}
.toggle-hide::after{
content: "x";

View File

@ -40,7 +40,7 @@
.secondary {
display: flex;
flex-flow: column;
align-items: center;
align-items: end;
}
}
.site-main {

305
style.css

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long