diff css/style.css @ 98:caa6f0e136c8

*: add cheese section that's really just a photo gallery
author Paper <paper@tflc.us>
date Tue, 19 Nov 2024 00:55:49 -0500
parents a143c3991472
children e83a48ef3bf4
line wrap: on
line diff
--- a/css/style.css	Sun Nov 03 06:28:32 2024 -0500
+++ b/css/style.css	Tue Nov 19 00:55:49 2024 -0500
@@ -169,6 +169,23 @@
 	height: auto;
 }
 
+.cheese-list {
+	display: flex;
+
+	flex-wrap: wrap;
+	justify-content: center;
+
+	row-gap: 0.5em;
+	column-gap: 0.5em;
+}
+
+.cheese-image {
+	display: block;
+
+	height: 35vh;
+	width: auto;
+}
+
 .plugs-list {
 	display: flex;
 	width: 100%;