chore: split out styles + only load where needed
This commit is contained in:
parent
f21e8b18ae
commit
67fcfdb051
26 changed files with 539 additions and 454 deletions
8
src/assets/styles/pages/webrings.css
Normal file
8
src/assets/styles/pages/webrings.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
.webring__wrapper {
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
|
||||
.webring__wrapper > .webring__centered {
|
||||
justify-content: center;
|
||||
}
|
Reference in a new issue