small fixes to css
All checks were successful
Hugo deploy / retrieve-and-execute (push) Successful in 0s

This commit is contained in:
lourenco
2025-09-15 13:31:27 +02:00
parent 1f4402d1b9
commit e03fc9dc59
3 changed files with 8 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ body {
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
text-size-adjust: 100%;
text-align: justify;
justify-content: center;
}
h1 {

View File

@@ -21,7 +21,6 @@
.post {
width: 100%;
text-align: left;
padding: 30px 0;
}