All checks were successful
Build and publish the docker image / build (push) Successful in 58s
Signed-off-by: ngn <ngn@ngn.tf>
11 lines
132 B
SCSS
11 lines
132 B
SCSS
.about {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-bottom: 10px;
|
|
gap: 10px;
|
|
|
|
h1 span {
|
|
color: var(--red-1);
|
|
}
|
|
}
|