diff options
author | Ciaran Gallagher <[email protected]> | 2019-12-02 22:51:49 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2019-12-02 22:51:49 +0000 |
commit | e1ad7101f7e7c2a06143d1b87a2a31207c328e2c (patch) | |
tree | 3db79093752c25ecc53f1fbcfabccb5a144f72fe | |
parent | 0e712362e659187e3d428926ca819a8fb244d6d8 (diff) | |
download | pasta-e1ad7101f7e7c2a06143d1b87a2a31207c328e2c.tar.gz pasta-e1ad7101f7e7c2a06143d1b87a2a31207c328e2c.zip |
Only affect alphabet group
-rw-r--r-- | css/main.css | 4 |
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 |