diff --git a/src/assets/base.css b/src/assets/base.css index 171d119..abab754 100644 --- a/src/assets/base.css +++ b/src/assets/base.css @@ -194,6 +194,27 @@ html { margin-bottom: 1rem; margin-bottom: 1rem; font-weight: 600; - nt-weight: 600; + font-weight: 600; + } + + @media screen and (max-width: 1280px) { + h1 { + font-size: 1.75rem; + margin-bottom: 1rem; + font-weight: 600; + } + h2 { + font-size: 1.5rem; + margin-top: 1.5rem; + margin-bottom: 1rem; + font-weight: 600; + } + + h3 { + font-size: 1.25rem; + margin-top: 1.5rem; + margin-bottom: 1rem; + font-weight: 600; + } } } diff --git a/src/components/ModalWrapper.vue b/src/components/ModalWrapper.vue index 8b0298a..17c9c7a 100644 --- a/src/components/ModalWrapper.vue +++ b/src/components/ModalWrapper.vue @@ -33,4 +33,10 @@ const handleModalClose = () => { .modal { --bulma-modal-content-width: 50%; } + +@media screen and (max-width: 1024px) { + .modal { + --bulma-modal-content-width: 90%; + } +} diff --git a/src/components/tutor/CursusInfo.vue b/src/components/tutor/CursusInfo.vue index 9072e52..d191a81 100644 --- a/src/components/tutor/CursusInfo.vue +++ b/src/components/tutor/CursusInfo.vue @@ -94,8 +94,8 @@ const appendNewInputFile = () => {