diff --git a/linuxservice b/linuxservice index 13e9968..d7b2108 100755 Binary files a/linuxservice and b/linuxservice differ diff --git a/static/style.css b/static/style.css index ca8e213..e5590f9 100644 --- a/static/style.css +++ b/static/style.css @@ -197,6 +197,35 @@ p { gap: 1rem; } +/* Two-row hero button layout */ +.hero-buttons--stack { + display: flex; + flex-direction: column; + align-items: center; + gap: 1rem; +} + +.hero-buttons-row { + display: flex; + gap: 1rem; +} + +.hero-buttons-row--secondary { + justify-content: center; +} + +.hero-buttons-row--primary { + justify-content: center; +} + +@media (max-width: 480px) { + .hero-buttons-row { + flex-direction: column; + width: 100%; + max-width: 320px; + } +} + /* Buttons */ .btn { padding: 12px 24px; diff --git a/templates/index.html b/templates/index.html index a3f7167..ce504d5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -98,9 +98,14 @@
Windows 10-ondersteuning eindigt binnenkort? Ik help u graag overstappen. Ontdek hoe Linux uw hardware nieuw leven kan geven.
- diff --git a/templates/over-mij.html b/templates/over-mij.html index 1faf3f1..daa6ed8 100644 --- a/templates/over-mij.html +++ b/templates/over-mij.html @@ -4,7 +4,46 @@