Skip to content

Commit

Permalink
Fixing kevquirk#31 - hindsight is a wonderful thing. 🙃
Browse files Browse the repository at this point in the history
  • Loading branch information
kevquirk committed Jan 26, 2022
1 parent 68b1a18 commit 0587726
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simpledotcss",
"version": "2.0.0",
"version": "2.0.1",
"description": "Simple.css is a classless CSS template that allows you to make a good looking website really quickly.",
"main": "simple.css",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ body>* {
}

/* Make the header bg full width, but the content inline with body */
header {
body > header {
background: var(--accent-bg);
border-bottom: 1px solid var(--border);
text-align: center;
Expand All @@ -71,12 +71,12 @@ header {
box-sizing: border-box;
}

header h1 {
body > header h1 {
max-width: 1200px;
margin: 1rem auto;
}

header p {
body > header p {
max-width: 40rem;
margin: 1rem auto;
}
Expand All @@ -86,7 +86,7 @@ main {
padding-top: 1.5rem;
}

footer {
body > footer {
margin-top: 4rem;
padding: 2rem 1rem 1.5rem 1rem;
color: var(--text-light);
Expand Down

0 comments on commit 0587726

Please sign in to comment.