14 lines
198 B
SCSS
14 lines
198 B
SCSS
.openingChevron {
|
|
height: 3rem;
|
|
width: 3rem;
|
|
background-color: transparent;
|
|
border: transparent;
|
|
}
|
|
|
|
.page {
|
|
text-align: center;
|
|
margin-bottom: 8rem;
|
|
width: 47rem;
|
|
max-width: 100%;
|
|
}
|