aboutsummaryrefslogtreecommitdiffhomepage
path: root/css
diff options
context:
space:
mode:
authorgarretaserra <[email protected]>2021-10-30 17:00:48 +0200
committergarretaserra <[email protected]>2021-10-30 17:00:48 +0200
commitb78c4ba1d25fd9bd8856febbe504890257714d4c (patch)
tree315441ae7b0a51fe50ed201285749637ade8feba /css
parent791003702aeb74c024bc2d00642e3b67bbcbab05 (diff)
downloadpasta-b78c4ba1d25fd9bd8856febbe504890257714d4c.tar.gz
pasta-b78c4ba1d25fd9bd8856febbe504890257714d4c.zip
improve alphabet styling
Diffstat (limited to 'css')
-rw-r--r--css/main.css14
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