diff options
author | garretaserra <[email protected]> | 2021-10-30 17:00:48 +0200 |
---|---|---|
committer | garretaserra <[email protected]> | 2021-10-30 17:00:48 +0200 |
commit | b78c4ba1d25fd9bd8856febbe504890257714d4c (patch) | |
tree | 315441ae7b0a51fe50ed201285749637ade8feba /css | |
parent | 791003702aeb74c024bc2d00642e3b67bbcbab05 (diff) | |
download | pasta-b78c4ba1d25fd9bd8856febbe504890257714d4c.tar.gz pasta-b78c4ba1d25fd9bd8856febbe504890257714d4c.zip |
improve alphabet styling
Diffstat (limited to 'css')
-rw-r--r-- | css/main.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css index 007c02a..e6f439d 100644 --- a/css/main.css +++ b/css/main.css @@ -243,12 +243,18 @@ label, p { #alphabetGroup { border-radius: 0.25rem; overflow: hidden; - max-width: 990px; +} + +#alphabetGroup.btn-group{ + display: block; } #alphabetGroup button { margin-left: 0; border-radius: 0; + border-radius: 20px; + margin: 5px; + width: 40px; } #alphabetGroup .btn-outline-dark { @@ -411,4 +417,10 @@ table, td, tr, th { #alphabetGroup.btn-group .btn:not(:first-child) { border-top-right-radius: 0; }*/ +} + +@media only screen and (min-width: 1780px){ + .container { + max-width: 1600px; + } }
\ No newline at end of file |