diff options
-rw-r--r-- | css/main.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/css/main.css b/css/main.css index e6f439d..0bfe79d 100644 --- a/css/main.css +++ b/css/main.css @@ -250,11 +250,11 @@ label, p { } #alphabetGroup button { - margin-left: 0; - border-radius: 0; - border-radius: 20px; - margin: 5px; - width: 40px; + border-radius: 10px; + margin: 3px; + width: 30px; + height: 30px; + padding: 0; } #alphabetGroup .btn-outline-dark { @@ -419,8 +419,8 @@ table, td, tr, th { }*/ } -@media only screen and (min-width: 1780px){ +@media only screen and (min-width: 1400px){ .container { - max-width: 1600px; + max-width: 1215px; } }
\ No newline at end of file |