fix missing border-bottom semicolon for header
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:
ngn 2025-01-20 00:25:03 +03:00
parent 1132ba4a98
commit 19a74ec438
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -7,7 +7,7 @@
display: grid;
background: none;
border-bottom: solid 1px (var(--clr-text-accent))
border-bottom: solid 1px (var(--clr-text-accent));
&__about {
min-height: 100vh;
@ -25,7 +25,7 @@
align-items: center;
gap: var(--spacer-4);
padding: var(--spacer-4);
padding: var(--spacer-3);
@include helper.bp('bp-700') {
padding: var(--spacer-3);