diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index 2f76d18..0485dfe 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -87,6 +87,9 @@ $primary: #0b2a37; border-radius: 5px; font-weight: 500; max-width: 30em; + @include mobile { + font-size: 0.8em; + } &:hover { transform: scale(1.02); cursor: pointer;