[main] More styling, and some content in job
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 48s

This commit is contained in:
2024-12-31 01:15:08 +01:00
parent ca86177e90
commit 269d623ca9
7 changed files with 32 additions and 3189 deletions

View File

@@ -225,7 +225,7 @@
font-family: _font(family-heading);
font-weight: 300;
font-style: italic;
max-width: 10vh;
max-width: 20vh;
// Add light borders
border: 1px solid rgba(0, 0, 0, 0.1); // Light, subtle border
@@ -234,6 +234,17 @@
// Allow text to flow around it
float: right; // Box floats to the right
margin: 0 0 0.5em 0.5em; // Add spacing around the box
margin: 0 0 0.25em 0.25em; // Add spacing around the box
background-color: rgba(0, 0, 0, 0.01); // Optional: Light background for contrast
@include breakpoint('<=xlarge') {
transform: scale(0.65);
}
@include breakpoint('<=medium') {
transform: scale(0.55);
}
@include breakpoint('<=small') {
transform: scale(0.50);
}
}