Skip to content

Commit

Permalink
Fix some padding/text consistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
redstar504 committed Nov 9, 2023
1 parent 9cf7040 commit 6d60455
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ article {
display: flex;
flex-direction: column;
row-gap: 1.5em;
margin: 1.5em;
margin: 5em 1.5em;
}

article > * {
Expand All @@ -102,7 +102,7 @@ header > div {
justify-content: center;
align-items: center;
column-gap: 1em;
padding: .6875em 0;
padding: .5em 0;
background: var(--blue);
border-radius: var(--card-radius);
}
Expand All @@ -118,7 +118,7 @@ h1 {

h1 span {
display: block;
font-size: .5625em;
font-size: .625em;
opacity: 0.7;
font-weight: 400;
}
Expand All @@ -139,7 +139,7 @@ nav {
nav a {
color: var(--desaturated-blue);
font-size: 1.125em;
line-height: 3.75em;
line-height: 4em;
}

nav a:hover {
Expand Down Expand Up @@ -224,8 +224,8 @@ section strong {
}

section small {
color: var(--desaturated-blue);
font-weight: 500;
color: var(--pale-blue);
font-weight: 400;
vertical-align: middle;
font-size: .9125em;
}
Expand Down

0 comments on commit 6d60455

Please sign in to comment.