diff --git a/index.html b/index.html index aa15b22..7f8fc1e 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,13 @@ grid-template-rows: var(--header-size) minmax(calc(100vh - var(--header-size) - var(--footer-size)), max-content) var(--footer-size); grid-template-columns: var(--tab-spacing) 1fr var(--tab-spacing); } + + img { + width: 100%; + } + h4 { + margin-bottom: 0.5rem; + } h3, p { margin-bottom: 0.5rem; @@ -44,6 +51,20 @@ list-style-type: none; text-align: center; } + table, + th, + td { + border-collapse: collapse; + border: 1px solid white; + padding: 2px 4px; + } + + .list-flex { + display: flex; + gap: 2rem; + justify-content: space-around; + flex-wrap: wrap; + } abbr { cursor: help; @@ -74,7 +95,6 @@ input[type="radio"]:checked + label { border: 2px solid #aa18df; } - .tab-content { text-align: initial; user-select: text; @@ -89,14 +109,6 @@ #tab7:checked ~ #tab7-content { display: block; } - - table, - th, - td { - border-collapse: collapse; - border: 1px solid white; - padding: 2px 4px; - }
@@ -220,7 +232,7 @@
+
Trap patterns pulled from this guide.
Info adapted from messages in the Lego Steppers Discord.
-Images from https://xivfo.com/bozja/General_Guides.




Images from https://xivfo.com/bozja/General_Guides.
-
@@ -285,7 +297,7 @@