13 lines
165 B
CSS
13 lines
165 B
CSS
body {
|
|
font-size: calc(1em + 0.20vw);
|
|
}
|
|
|
|
.main-and-footer > div {
|
|
max-width: initial;
|
|
}
|
|
|
|
.pattern [aria-current] {
|
|
clip-path: none;
|
|
border-radius: 0.33em;
|
|
}
|