26 lines
371 B
SCSS
26 lines
371 B
SCSS
.indexContainer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
text-align: center;
|
|
width: 47rem;
|
|
max-width: 100%;
|
|
margin-bottom: 4rem;
|
|
|
|
h2 {
|
|
font-size: 2.5rem;
|
|
|
|
span {
|
|
font-size: 3rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
.archiveLinkText {
|
|
font-size: 2.5rem;
|
|
margin-right: 1rem;
|
|
color: #2f273e;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|