comparison 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
comparison
equal deleted inserted replaced
97:809b6a0ca2e9 98:caa6f0e136c8
167 margin-right: auto; 167 margin-right: auto;
168 width: 100%; 168 width: 100%;
169 height: auto; 169 height: auto;
170 } 170 }
171 171
172 .cheese-list {
173 display: flex;
174
175 flex-wrap: wrap;
176 justify-content: center;
177
178 row-gap: 0.5em;
179 column-gap: 0.5em;
180 }
181
182 .cheese-image {
183 display: block;
184
185 height: 35vh;
186 width: auto;
187 }
188
172 .plugs-list { 189 .plugs-list {
173 display: flex; 190 display: flex;
174 width: 100%; 191 width: 100%;
175 192
176 flex-wrap: wrap; 193 flex-wrap: wrap;