Fix spacing

This commit is contained in:
WardPearce
2024-05-10 10:33:05 +12:00
parent f0c9838407
commit ca7fd45680
2 changed files with 4 additions and 8 deletions
@@ -389,6 +389,8 @@
<title>{data.video.title} | Materialious</title>
</svelte:head>
<div class="space"></div>
<div class="grid">
<div class={`s12 m12 l${theatreMode ? '12' : '10'}`}>
<div style="display: flex;justify-content: center;">
+2 -8
View File
@@ -38,13 +38,6 @@ main.root {
overflow-y: scroll;
}
@media screen and (max-width: 580px) {
main.root {
padding-left: 0.1em !important;
padding-right: 0.1em !important;
}
}
@media screen and (max-width: 650px) {
dialog.right {
width: 100% !important;
@@ -53,6 +46,7 @@ main.root {
@media screen and (max-width: 650px) {
main.root {
padding-top: 6em !important;
padding-left: 0.1em !important;
padding-right: 0.1em !important;
}
}