feat: custom sections, TV series section, fix table wrapping

This commit is contained in:
Ben Goldsworthy 2025-01-12 15:52:54 +01:00
parent 995a539fa9
commit 39c64bf51a
No known key found for this signature in database
17 changed files with 402 additions and 204 deletions

View file

@ -11,7 +11,7 @@
width: 100%;
text-align: center;
z-index: 1;
&__title,
&__tagline,
&__icons,
@ -45,7 +45,7 @@
grid-area: header-nav;
margin: auto;
width: 100%;
@include mq('desktop') {
@include mq("desktop") {
width: 60%;
}