diff options
| author | Arne Rief <arne.rief@gmail.com> | 2023-02-11 19:55:41 +0100 |
|---|---|---|
| committer | Arne Rief <arne.rief@gmail.com> | 2023-02-11 19:55:41 +0100 |
| commit | 0a341c08423151cf2bc3d2ce8cb7192026cf4935 (patch) | |
| tree | 34e087ad5129c77f07aa663d35416feb23421228 /sass/components/_button.scss | |
| parent | 5bab4502a098eb0e3b5a59b68bc9d8d23529ea55 (diff) | |
Responsive design
Diffstat (limited to 'sass/components/_button.scss')
| -rw-r--r-- | sass/components/_button.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/components/_button.scss b/sass/components/_button.scss index 2d5b50c..727d9fb 100644 --- a/sass/components/_button.scss +++ b/sass/components/_button.scss @@ -9,7 +9,7 @@ button { font-weight: bold; padding: 0.7rem; text-transform: uppercase; - width: 35%; + width: 8rem; &:hover { background-color: $text-special-dark; |
