let's try this
This commit is contained in:
+1
-2
@@ -73,7 +73,6 @@ body{
|
|||||||
display: grid;
|
display: grid;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
flex: 1;
|
|
||||||
grid-template-columns: repeat(5, 4em);
|
grid-template-columns: repeat(5, 4em);
|
||||||
grid-template-rows: repeat(6, 4em);
|
grid-template-rows: repeat(6, 4em);
|
||||||
gap: .25em;
|
gap: .25em;
|
||||||
@@ -306,7 +305,7 @@ body.dark-theme{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile responsiveness */
|
/* Mobile responsiveness */
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 380px) {
|
||||||
.definition-alert {
|
.definition-alert {
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|||||||
Reference in New Issue
Block a user