mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-27 19:15:48 -04:00
stop using <section> improperly
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
// Post Styles
|
||||
section#single {
|
||||
div#layout--single {
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
|
||||
@@ -41,7 +41,7 @@ section#single {
|
||||
|
||||
// Responsive
|
||||
@mixin responsive--single() {
|
||||
section#single {
|
||||
div#layout--single {
|
||||
padding: 0.8em 1.1em;
|
||||
|
||||
h1#title {
|
||||
|
||||
Reference in New Issue
Block a user