aboutsummaryrefslogtreecommitdiffhomepage
path: root/css
diff options
context:
space:
mode:
authorCiaran Gallagher <[email protected]>2019-12-02 22:51:49 +0000
committerCiaran Gallagher <[email protected]>2019-12-02 22:51:49 +0000
commite1ad7101f7e7c2a06143d1b87a2a31207c328e2c (patch)
tree3db79093752c25ecc53f1fbcfabccb5a144f72fe /css
parent0e712362e659187e3d428926ca819a8fb244d6d8 (diff)
downloadpasta-e1ad7101f7e7c2a06143d1b87a2a31207c328e2c.tar.gz
pasta-e1ad7101f7e7c2a06143d1b87a2a31207c328e2c.zip
Only affect alphabet group
Diffstat (limited to 'css')
-rw-r--r--css/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/main.css b/css/main.css
index 5aa69cc..948633e 100644
--- a/css/main.css
+++ b/css/main.css
@@ -332,11 +332,11 @@ table, td, tr, th {
}
@media only screen and (max-width: 1199px) {
- .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
+ #alphabetGroup .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-left-radius: 0;
}
- .btn-group>.btn:not(:first-child) {
+ #alphabetGroup .btn-group>.btn:not(:first-child) {
border-top-right-radius: 0;
}
} \ No newline at end of file