Merge branch 'web' of https://git.omukk.dev/shafin808s/edbridge-scholars into web
This commit is contained in:
@ -35,6 +35,8 @@ const STYLES = `
|
|||||||
|
|
||||||
:root { --content-max: 1100px; }
|
:root { --content-max: 1100px; }
|
||||||
|
|
||||||
|
:root { --content-max: 1100px; }
|
||||||
|
|
||||||
.ls-screen {
|
.ls-screen {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background: #fffbf4;
|
background: #fffbf4;
|
||||||
|
|||||||
@ -174,6 +174,11 @@ const STYLES = `
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Ensure the dock is hidden on desktop (md and up) */
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.sl-dock-wrap { display: none !important; }
|
||||||
|
}
|
||||||
|
|
||||||
/* Quest mode: active label uses Cinzel for the pirate feel */
|
/* Quest mode: active label uses Cinzel for the pirate feel */
|
||||||
.quest-mode .sl-dock-item.active .sl-dock-label {
|
.quest-mode .sl-dock-item.active .sl-dock-label {
|
||||||
font-family: 'Sorts Mill Goudy', serif;
|
font-family: 'Sorts Mill Goudy', serif;
|
||||||
|
|||||||
Reference in New Issue
Block a user