mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-09 03:43:11 +00:00
Add MenuItem page
Add some information to Contact page
This commit is contained in:
parent
f61fb472e2
commit
ec2696fc1f
7 changed files with 221 additions and 22 deletions
|
@ -3,7 +3,7 @@ $color-background: #e8e1ce; // #ccc2ae;
|
|||
$color-on-background: #33251a;
|
||||
$color-dark: #443023;
|
||||
$color-on-dark: #e1dcd3;
|
||||
$color-light: #fffbf4;
|
||||
$color-light: #fff8eb;
|
||||
$color-on-light: #33251a;
|
||||
$color-primary: #6A9343;
|
||||
$color-on-primary: #fffbf4;
|
||||
|
@ -25,7 +25,7 @@ $sizing-full-width: 1200px;
|
|||
$sizing-navigation-height: 55px;
|
||||
|
||||
// PADDING/MARGIN
|
||||
$spacing-small: 14px;
|
||||
$spacing-small: 10px;
|
||||
$spacing-normal: 16px;
|
||||
$spacing-large: 32px;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue