#login-modal { --bulma-modal-card-head-padding: 1rem } .dotted-underline { border-bottom: 1px dotted rgba(243, 243, 243, 0.4); } .bg { background-image: url("home/home_bg.webp"); height: 100%; background-position: 50% 90px; background-repeat: no-repeat; background-size: cover; } .columns { max-width: 100%; } #big-title { color: white; } .content blockquote { border-inline-start-color: #FF1A75; } .mobile-only { display: none; } @media screen and (max-width: 1023px) { .mobile-only { display: block; } } .desktop-only { display: none; } @media screen and (min-width: 1024px) { .desktop-only { display: block; } }