We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846a3d9 commit 61e5fc1Copy full SHA for 61e5fc1
www/themes/htmx-theme/static/css/site.css
@@ -336,7 +336,37 @@ a[href]:hover, .btn:hover {
336
}
337
338
.c.wide-content {
339
- max-width: 50em;
+ width: 100%
340
+}
341
+
342
+@media (min-width: 640px){
343
+ .c.wide-content {
344
+ max-width: 640px
345
+ }
346
347
348
+@media (min-width: 768px){
349
350
+ max-width: 768px
351
352
353
354
+@media (min-width: 1024px){
355
356
+ max-width: 1024px
357
358
359
360
+@media (min-width: 1280px){
361
362
+ max-width: 1280px
363
364
365
366
+@media (min-width: 1536px){
367
368
+ max-width: 1536px
369
370
371
372
.btn.primary {
0 commit comments