fix style gauge container margin top
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
This commit is contained in:
parent
4a57c4a3d4
commit
713dc6eca2
12 changed files with 1577 additions and 255 deletions
|
|
@ -1,3 +1,7 @@
|
|||
.hero-heading p {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.gauge-container {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
|
@ -8,6 +12,7 @@
|
|||
top: calc(var(--spacing) * 0.25);
|
||||
|
||||
padding: 0 calc(var(--spacing) * 0.5);
|
||||
padding-top: calc(var(--spacing) * 1);
|
||||
}
|
||||
|
||||
#gauge {
|
||||
|
|
@ -68,11 +73,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@media #{$small-up} {
|
||||
#gauge {
|
||||
--gauge-h: 18px;
|
||||
|
||||
|
||||
border: 2px solid var(--color-txt);
|
||||
&::before {
|
||||
height: calc(var(--gauge-h) - 4px);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue