aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 18:02:10 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-12 18:02:10 +0500
commit3912d674df477066d25152960f0288f3db389555 (patch)
treea9c9225026449192a2aaae910e1f5b2f416b21ca /index.html
parentindex.html: fix formatting (diff)
downloadvoid-3912d674df477066d25152960f0288f3db389555.tar.gz
void-3912d674df477066d25152960f0288f3db389555.zip
index.html: less __screaming__ font size, lmao
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index a580f9d..124c7ea 100644
--- a/index.html
+++ b/index.html
@@ -48,9 +48,9 @@ html * {
<div class="screen-center">
<div>
<p class="display-6">Пустота услышала</p>
- <p class="display-1"><span id="screams">0</span> <small class="text-muted">криков</small></p>
- <button type="button" class="btn btn-dark btn-lg mt-5" onClick="on_scream_btn_click();">Заорать в пустоту</button>
- <div class="small text-muted mt-3" id="note"></div>
+ <p class="display-3"><span id="screams">0</span> <small class="text-muted">криков</small></p>
+ <button type="button" class="btn btn-dark btn-lg mt-5" onClick="on_scream_btn_click();">Кричать в пустоту</button>
+ <div class="text-muted mt-3" id="note"></div>
</div>
</div>
</div>