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