diff --git a/assets/styles/main.css b/assets/styles/main.css index 5e673d4..f320367 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -351,36 +351,6 @@ video { max-width: 300px; } -.carousel-wrapper { - margin-bottom: 16px; -} - -.areas-wrapper { - display: flex; - justify-content: space-between; -} - -.area-card { - width: 200px; - display: flex; - flex-direction: column; - justify-content: space-between; - color: var(--grey-600-color); -} - -.area-card p { - margin-top: 0px; - margin-bottom: 24px; -} - -.area-card div { - text-align: center; -} - -.area-card img { - width: 100%; -} - .posts-list { margin: 0; padding: 0; diff --git a/assets/styles/util.css b/assets/styles/util.css index ce61990..e4bb651 100644 --- a/assets/styles/util.css +++ b/assets/styles/util.css @@ -54,6 +54,38 @@ padding: 64px; } +.pt-8 { + padding-top: 8px; +} +.pt-16 { + padding-top: 16px; +} +.pt-32 { + padding-top: 32px; +} +.pt-48 { + padding-top: 48px; +} +.pt-64 { + padding-top: 64px; +} + +.pb-8 { + padding-bottom: 8px; +} +.pb-16 { + padding-bottom: 16px; +} +.pb-32 { + padding-bottom: 32px; +} +.pb-48 { + padding-bottom: 48px; +} +.pb-64 { + padding-bottom: 64px; +} + .plr-8 { padding-left: 8px; padding-right: 8px; @@ -387,6 +419,10 @@ padding: 16px; } + .mobile-p-32 { + padding: 32px; + } + .mobile-flex-column { flex-direction: column; } diff --git a/blog/may-2022.html b/blog/may-2022.html index ab131e5..3ae085e 100644 --- a/blog/may-2022.html +++ b/blog/may-2022.html @@ -137,7 +137,7 @@
Our three core projects are:
Adminly
A web-based all-in-one administrative tasks platform, designed specifically for well-being providers, with personalized support @@ -145,14 +145,14 @@
MetaFriend
An entirely free service to connect well-being explorers with vetted providers, according to their individual needs and aspirations.
MetaLand
Our bit of land in the Portuguese country-side for harmonizing multi-disciplinary approaches to well being through permaculture, diff --git a/hejbit/index.html b/hejbit/index.html index f144a19..6939c9f 100644 --- a/hejbit/index.html +++ b/hejbit/index.html @@ -129,7 +129,7 @@