small fixes to css
All checks were successful
Hugo deploy / retrieve-and-execute (push) Successful in 0s
All checks were successful
Hugo deploy / retrieve-and-execute (push) Successful in 0s
This commit is contained in:
@@ -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/'
|
||||||
|
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -21,7 +21,6 @@
|
|||||||
|
|
||||||
.post {
|
.post {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: left;
|
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user