Default theme: Fix default container width

pico-3.0-alpha
Daniel Rudolf 9 years ago
parent 73a0b40f72
commit f9f998af65
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 3
      themes/default/style.css

@ -52,11 +52,10 @@ body { display: flex; flex-direction: column; }
}
.container {
max-width: 47em;
max-width: 48em;
padding: 0 0.5em;
margin: 0 auto;
}
.widescreen .container { max-width: 72em; }
/* very ugly overflow fix, avoid this whenever possible! */

Loading…
Cancel
Save