Styles improvements

This commit is contained in:
2020-12-06 17:36:32 +01:00
parent cb94b76726
commit 12d10c427b
4 changed files with 13 additions and 5 deletions

View File

@@ -2,6 +2,9 @@
@secondary-color: #ffffff;
@text-color: #333;
@headerHeight: 58px;
@footerHeight: 58px;
@sm: 640px;
// => @media (min-width: 640px) { ... }
@md: 768px;