Make everything good (enough) #114 #126

This commit is contained in:
benjamin melançon 2025-07-21 01:07:55 -04:00
parent fe6b0af8e1
commit cdcaf717af
6 changed files with 66 additions and 24 deletions

View file

@ -5,12 +5,12 @@
@use "../../node_modules/bulma/sass/utilities/mixins";
@use "../../node_modules/bulma/sass/utilities/initial-variables" as *;
// Center logo & sitename when they stack on tiny screens.
// Allow sitename to slide over the logo on tiny screens.
@include mixins.until(local.$mini) {
.geo-logo-name .sitename {
position: absolute;
left: calc(100vw - 14rem);
top: 0.5rem;
top: 0;
}
// .logo.column {
// width: 100%;
@ -18,10 +18,14 @@
.navigation.column .hamburger {
position: absolute;
right: 0;
top: 0.5rem;
top: 0;
}
}
.search-bar {
padding-top: 1.75rem;
}
.search-bar > .block,
.logo > .image {
display: inline-block;