diff --git a/README.md b/README.md index 978753a..de930f3 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ A simple hub for relevant THI student links ### Use as Embed The quicklink buttons can be embedded into external tools like this: ```html - + ``` diff --git a/page/style.css b/page/style.css index 8eeeace..8c47975 100644 --- a/page/style.css +++ b/page/style.css @@ -160,7 +160,8 @@ button:focus { text-align: center; } .page-container.sparse .page { - padding: 2rem; + max-width: 100vw; + padding: 0rem; } @media only screen and (max-width: 1600px) { .page { @@ -249,6 +250,9 @@ button:focus { padding: 1rem 2rem; } +.page-container.sparse .section > .content { + padding: 1rem; +} .section > .content.rows { flex-direction: row; flex-wrap: wrap;