diff --git a/components.css b/components.css index d560990..f2aedcb 100644 --- a/components.css +++ b/components.css @@ -1,5 +1,3 @@ -@import "base.css"; - .btn { background-image: linear-gradient(to right, var(--primary), var(--primary-container)); padding: 1rem 2rem; diff --git a/home.css b/home.css index dd5db6d..8977b99 100644 --- a/home.css +++ b/home.css @@ -1,5 +1,3 @@ -@import "base.css"; - #index > header { max-width: var(--max-content-width); diff --git a/kawiarnia.css b/kawiarnia.css index c6f0fde..a4a7503 100644 --- a/kawiarnia.css +++ b/kawiarnia.css @@ -1,5 +1,3 @@ -@import "base.css"; - #kawiarnia-header { padding: 0; max-width: 100%; diff --git a/layout.css b/layout.css index ebfa37c..e62cc30 100644 --- a/layout.css +++ b/layout.css @@ -1,6 +1,3 @@ -@import "base.css"; - - body > nav { position: sticky; top: 0; diff --git a/portfolio.css b/portfolio.css index ef1b5fb..860612b 100644 --- a/portfolio.css +++ b/portfolio.css @@ -1,5 +1,3 @@ -@import "base.css"; - .portfolio { padding-top: 2rem; diff --git a/wyroby_torty.css b/wyroby_torty.css index c45971c..1e1b04e 100644 --- a/wyroby_torty.css +++ b/wyroby_torty.css @@ -1,3 +1,7 @@ +#wyroby-torty > section{ + padding: 2rem; +} + #rodzaje-tortow { display: grid; grid-template-columns: repeat(4, 1fr); @@ -80,3 +84,26 @@ } +#menu-smakow { + display: grid; + grid-template-columns: repeat(var(--grid-cols), 1fr); + gap: 2rem; + & > header { + grid-column: 1 / -1; + text-align: center; + } + & dl { + & > * { + padding: 0.25rem 0; + } + & dt { + font-weight: 500; + font-size: 1.2em; + } + & dd { + font-weight: lighter; + margin: 0; + } + } +} + diff --git a/wyroby_torty.html b/wyroby_torty.html index 63a3ad2..963c014 100644 --- a/wyroby_torty.html +++ b/wyroby_torty.html @@ -22,7 +22,7 @@ Kontakt -
+