tren/static/css/index.scss
ngn 4df8b90dae
All checks were successful
Build and publish the docker image / build (push) Successful in 58s
initial commit
Signed-off-by: ngn <ngn@ngn.tf>
2025-04-05 09:58:58 +03:00

11 lines
132 B
SCSS

.about {
display: flex;
flex-direction: column;
margin-bottom: 10px;
gap: 10px;
h1 span {
color: var(--red-1);
}
}