mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-25 03:00:20 -04:00
Fixed no javascript banner
This commit is contained in:
@@ -137,8 +137,10 @@ h1 {
|
||||
}
|
||||
|
||||
noscript {
|
||||
width: 90%;
|
||||
display: block;
|
||||
max-width: 95%;
|
||||
margin-inline: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
|
||||
border-radius: 4px;
|
||||
padding: 1rem;
|
||||
|
||||
@@ -3,18 +3,11 @@
|
||||
max-width: 40rem;
|
||||
margin: auto;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
|
||||
padding-block: clamp(1rem, 4vw, 2rem);
|
||||
}
|
||||
|
||||
#search-form {
|
||||
margin-inline: 1rem;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.search-bar {
|
||||
|
||||
Reference in New Issue
Block a user