diff options
Diffstat (limited to 'sass/parts')
-rw-r--r-- | sass/parts/_index.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/parts/_index.scss b/sass/parts/_index.scss index e20323b..f833fb9 100644 --- a/sass/parts/_index.scss +++ b/sass/parts/_index.scss @@ -26,5 +26,8 @@ text-align: center; width: 100%; display: block; + @media screen and (max-width: 400px){ + display: none; + } } }
\ No newline at end of file |