diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/static/style.css b/static/style.css index 2b778f1..e80e71d 100644 --- a/static/style.css +++ b/static/style.css @@ -2166,22 +2166,6 @@ textarea, column-gap: var(--grid-spacing-horizontal); } -.lang-grid { - button { - display: flex; - align-items: center; - padding-left: 0; - - > :first-child { - font-size: 2em; - width: calc(var(--form-element-spacing-horizontal) * 2 + 2ch); - } - > :nth-child(2) { - text-align: left; - } - } -} - .country-grid a { display: flex; align-items: center; |