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:
committed by
Baptiste Gelez
parent
4182e67dbf
commit
e9f2f769be
+9
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user