diff --git a/services2.html b/services2.html index a8f1643..01d19a6 100644 --- a/services2.html +++ b/services2.html @@ -19,8 +19,12 @@ gap: 12rem; } + h1 { + margin-top: 12rem; + } + /** landings are used to jump slightly above categories */ - .landing { top: -5rem; position: relative; } + .landing { top: 3rem; position: relative; } #categoryLinks { display: flex; @@ -63,19 +67,28 @@ .serviceContainer { display: flex; - align-items: center; + align-items: flex-start; justify-content: space-evenly; + flex-wrap: wrap; margin: 3rem 0; } #tableOfContents { width: 90%; - margin-top: 8rem; margin-bottom: 25vh; } - /** Service Card */ + /** Services */ + .service { + display: flex; + flex-direction: column; + + height: 100%; + + width: 45%; + } + .card { padding: 3rem; border: 2px solid var(--gold); @@ -83,26 +96,39 @@ transition: 0.5s ease; color: white; - width: 30%; + width: 100%; } .card:hover { border: 2px solid white; } + .card-head { + margin-bottom: 2rem; + } + .card-body { display: flex; + flex-direction: column; justify-content: center; align-items: center; gap: 2rem; text-align: left; + width: 100%; } - .card-body span { + /** .card-body span { display: flex; flex-direction: column; align-self: stretch; width: 50%; + }*/ + .card-body span { + display: flex; + flex-direction: column; + align-self: stretch; + + width: 100%; } .card-body span h3 { text-align: center; @@ -189,14 +215,13 @@
-

Service Packages

@@ -221,10 +246,8 @@

Interior Detailing

-
-
- - + + +