generated from hjess/PythonTemplateProject
[main] More styling, and some content in job
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 48s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 48s
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user