From d65231791733e66458307568601fb6b479fb679a Mon Sep 17 00:00:00 2001 From: Calum H Date: Sun, 1 Oct 2023 18:22:58 +0000 Subject: [PATCH] Responsiveness fixes + margin/padding fixes. --- _sass/fabric.scss | 29 ++++++++++++++++++++++++----- index.md | 6 +++--- 2 files changed, 27 insertions(+), 8 deletions(-) diff --git a/_sass/fabric.scss b/_sass/fabric.scss index 42e2b5c2..68b6be24 100644 --- a/_sass/fabric.scss +++ b/_sass/fabric.scss @@ -171,10 +171,28 @@ body { .column { display: flex; flex-direction: column; - justify-content: space-between; flex: 1; padding-left: 12px; padding-right: 12px; + + .component-body { + padding-bottom: 12px; + margin-bottom: auto; + } + + page-link { + margin-top: auto; + } + } + + .showcase-image-large { + display: flex; + align-items: center; + justify-content: center; + + img { + border-radius: 5px; + } } .row-heading { @@ -182,13 +200,14 @@ body { padding-left: 12px; } - @media screen and (max-width: 1024px) { - .hide-large { + @media screen and (max-width: 765px) { + .showcase-image-large { display: none !important; } - .component-body { - min-height: 170px; + .row { + flex-direction: column !important; + gap: 24px; } } } \ No newline at end of file diff --git a/index.md b/index.md index 1709f861..eaff78aa 100755 --- a/index.md +++ b/index.md @@ -6,16 +6,16 @@ layout: page

What is Fabric?

-

Fabric provides a cohesive platform to develop and play with Minecraft mods. Fabric's lightweight and modular design allows for greater flexibility enabling releases for stable and snapshot versions of Minecraft. The Fabric toolchain is open source for everyone to use, even if you only want some of it!

+

Fabric provides a cohesive platform to develop and play with Minecraft mods. Fabric's lightweight and modular design allows for greater flexibility enabling releases for stable and snapshot versions of Minecraft.

The Fabric toolchain is open source for everyone to use, even if you only want some of it!


Download
-
+

-

Core Components:

+

Core Toolchain Projects

Fabric API