Add microformat tags (#341)

Close #229 
Adding `<div>` might have broken the layout in some places. I've tried to fix it, tell me if I missed it somewhere
This commit is contained in:
fdb-hiroshima
2018-12-08 21:52:46 +01:00
committed by Baptiste Gelez
parent 4182e67dbf
commit e9f2f769be
11 changed files with 108 additions and 66 deletions
+9 -1
View File
@@ -51,6 +51,10 @@
margin: 3em 0px;
}
.hidden {
display: none;
}
/*
* == Header ==
*/
@@ -155,10 +159,14 @@ header nav a.title p {
* == Main ==
*/
body > main > * {
body > main > *, .h-feed > * {
padding: 0 20%;
}
body > main > .h-entry, .h-feed {
padding: 0;
}
main h1 {
font-family: "Route159";
font-size: 2.5em;