Hewwo! I'm a dumbass. + + + + Hi there! I'm Brosef, as you can see by the very fancy changing text about this, I'm interested in a lot of things! + +
diff --git a/styles.css b/styles.css index 2cd7176..02c02dd 100644 --- a/styles.css +++ b/styles.css @@ -87,6 +87,28 @@ footer > div > * { +.mainContent { + display: flex; + flex-wrap: wrap; + margin: 10px; + justify-content: center; + gap: 10px; +} + +.mainContent > img { + max-height: 75vh; + max-width: 100%; +} + +.mainContent > div { + flex: 1 1 auto; + min-width: 25em; + width: min-content; + text-align: left; +} + + + #tab-pics { display: flex; flex-wrap: wrap;