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

@@ -59,3 +59,9 @@ url = "/about"
identifier = "schedule" identifier = "schedule"
name = "Schedule" name = "Schedule"
url = "https://schedule.excipio.tech/" url = "https://schedule.excipio.tech/"
[permalinks]
[permalinks.page]
blog = '/blog/:title/'

View File

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

View File

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