Skip to content

Commit

Permalink
Consistent styling between h1 and .title
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinPayravi committed Dec 18, 2023
1 parent b3909f2 commit 462d76a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,14 @@ tr:nth-child(odd) {
font-size: 0.938em;
}

.main h1 {
.main h1, .box .title {
font-size: 1.25em;
font-weight: normal;
background: #e9e9e9;
border: 1px #cecece solid;
border-radius: 5px;
padding: 3px 5px 3px 5px;
margin: 12px 0;
}

.main h2 {
Expand All @@ -295,13 +296,7 @@ tr:nth-child(odd) {
flex-basis: 25%;
padding: 5px 10px 5px 5px;
}
.box .title {
font-size: 1.25em;
background: #e9e9e9;
border: 1px #cecece solid;
border-radius: 5px;
padding: 3px 5px 3px 5px;
}

.box .post {
margin: 5px 0 5px 0;
}
Expand Down

0 comments on commit 462d76a

Please sign in to comment.