diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 15:43:31 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 15:43:31 +0200 |
| commit | 2be7a7dc1eb5f94c38b331500850990dcf61329b (patch) | |
| tree | c785af87525452d5468b249d352e1df891024187 | |
| parent | c4ad956f309761946946ddee68cea8d2eb65803f (diff) | |
Added spacing between elements for better readability
| -rw-r--r-- | src/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 4f77352..e565c13 100644 --- a/src/index.html +++ b/src/index.html @@ -43,10 +43,12 @@ <p class="hero-subtitle">Diplomatic Minds, Global Visions</p> <p class="hero-date">February 5th - 8th, 2027 ยท Prague</p> + <br> <div class="hero-actions"> <a href="https://mymun.com/conferences/dumun-2027" target="_blank" class="btn-primary"> Apply via MyMUN </a> + <a href="#committees" class="btn-outline"> Explore Committees </a> |
