Files
osuuspuutarha/assets/css/header.css
2023-03-02 21:27:48 +02:00

18 lines
246 B
CSS

.header_container {
margin: 0 auto;
max-width: 80rem;
padding: 0 2rem;
position: relative;
width: 100%;
}
.header_title > a {
color: #010101;
font-weight: bolder;
font-size: 5rem;
}
.header_title > a:hover {
color: #4d4d4d;
}