diff options
author | Ciaran Gallagher <[email protected]> | 2019-12-02 22:49:34 +0000 |
---|---|---|
committer | Ciaran Gallagher <[email protected]> | 2019-12-02 22:49:34 +0000 |
commit | 0e712362e659187e3d428926ca819a8fb244d6d8 (patch) | |
tree | 4b3287274590444a944403ef48d48a1776e80681 | |
parent | 8647613afc0f738afd4118f5da524b2216d5988e (diff) | |
download | pasta-0e712362e659187e3d428926ca819a8fb244d6d8.tar.gz pasta-0e712362e659187e3d428926ca819a8fb244d6d8.zip |
Fix button margins
-rw-r--r-- | css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css index 411cf35..5aa69cc 100644 --- a/css/main.css +++ b/css/main.css @@ -175,6 +175,10 @@ label { cursor: default; } +#alphabetGroup button { + margin-left: 0; +} + #alphabetGroup .btn-outline-dark { color: rgb(240,240,240); background-color: #444; |