This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web/styles/Ja.module.scss
2022-12-28 17:06:37 +01:00

15 lines
177 B
SCSS

.header {
margin: 2rem 0;
display: flex;
flex-direction: row;
align-items: center;
gap: 1rem;
img {
height: 69px;
border-radius: 50%;
}
h1 {
font-size: 2rem;
}
}