diff options
author | garretaserra <[email protected]> | 2021-10-30 20:08:36 +0200 |
---|---|---|
committer | garretaserra <[email protected]> | 2021-10-30 20:08:36 +0200 |
commit | b4b8b1a9310f0a443c07e394f813c2a3a6407043 (patch) | |
tree | b0a943240521b1423f38f4fb653e208d4a31edf6 | |
parent | b78c4ba1d25fd9bd8856febbe504890257714d4c (diff) | |
download | pasta-b4b8b1a9310f0a443c07e394f813c2a3a6407043.tar.gz pasta-b4b8b1a9310f0a443c07e394f813c2a3a6407043.zip |
Made alphabet buttons smaller to better fit on smaller devices
-rw-r--r-- | css/main.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/css/main.css b/css/main.css index e6f439d..0bfe79d 100644 --- a/css/main.css +++ b/css/main.css @@ -250,11 +250,11 @@ label, p { } #alphabetGroup button { - margin-left: 0; - border-radius: 0; - border-radius: 20px; - margin: 5px; - width: 40px; + border-radius: 10px; + margin: 3px; + width: 30px; + height: 30px; + padding: 0; } #alphabetGroup .btn-outline-dark { @@ -419,8 +419,8 @@ table, td, tr, th { }*/ } -@media only screen and (min-width: 1780px){ +@media only screen and (min-width: 1400px){ .container { - max-width: 1600px; + max-width: 1215px; } }
\ No newline at end of file |