webzone/src/_includes/styles/base.scss
Sam Therapy 967651245c
All checks were successful
continuous-integration/drone/push Build is passing
add nav
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-12-06 17:37:42 +01:00

32 lines
444 B
SCSS

@use "styles/sakura.theme";
// Highlight.js theme
@use "styles/external/nord.min";
:root {
font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Nimbus Sans L", Roboto, Noto, "Segoe UI", Arial, Helvetica, "Helvetica Neue", sans-serif;
}
.row {
display: flex;
}
.column {
flex: 50%;
}
.main-nav {
display: flex;
list-style: none;
max-width: 75%;
}
nav li {
margin: 0.5em;
}
.push {
margin-left: auto;
}