fix missing border-bottom semicolon for header
All checks were successful
Build and publish the docker image / build (push) Successful in 1m19s
All checks were successful
Build and publish the docker image / build (push) Successful in 1m19s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
1132ba4a98
commit
19a74ec438
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
display: grid;
|
display: grid;
|
||||||
background: none;
|
background: none;
|
||||||
border-bottom: solid 1px (var(--clr-text-accent))
|
border-bottom: solid 1px (var(--clr-text-accent));
|
||||||
|
|
||||||
&__about {
|
&__about {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: var(--spacer-4);
|
gap: var(--spacer-4);
|
||||||
padding: var(--spacer-4);
|
padding: var(--spacer-3);
|
||||||
|
|
||||||
@include helper.bp('bp-700') {
|
@include helper.bp('bp-700') {
|
||||||
padding: var(--spacer-3);
|
padding: var(--spacer-3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user