i need to stop drinking

This commit is contained in:
2025-09-05 22:35:30 +03:00
parent ef72171568
commit 70292286a8
2 changed files with 3 additions and 2 deletions

View File

@@ -109,7 +109,6 @@ header {
display: block ;
}
}
.submissivetext {
font-size: 0.5;
color: #666;

View File

@@ -1,5 +1,7 @@
{{define "content"}}
<h2>My super duper epic site</h2>
<h2>
My super duper epic site
<p class="submissivetext">(contains nothing dont roast me again notbob im just a babeh)</p>
</h2>
<p></p>
{{end}}