4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-26 08:30:47 +00:00

Make section.content 100% wide

To work on mobile
This commit is contained in:
Chris Lowis
2025-06-25 21:52:25 +01:00
parent 06c0d8f45f
commit b9d79dd8f8

View File

@ -69,6 +69,7 @@ h1, h2, h3, h4, h5, h6 {
section.content {
padding: var(--space-sm);
max-width: 900px;
width: 100%;
}
section.content p {