mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
Added banner if javascript is disabled
This commit is contained in:
@@ -134,6 +134,16 @@ h1 {
|
||||
font-size: clamp(1.3rem, 7vw, 2rem);
|
||||
}
|
||||
|
||||
noscript {
|
||||
width: 90%;
|
||||
margin-inline: 1rem;
|
||||
|
||||
border-radius: 4px;
|
||||
padding: 1rem;
|
||||
background-color: var(--color-error);
|
||||
color: var(--color-light);
|
||||
}
|
||||
|
||||
.nav-divider {
|
||||
position: relative;
|
||||
height: calc(100% - var(--header-height));
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
margin: auto;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
|
||||
padding-block: clamp(1rem, 4vw, 2rem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user