Skip to content

Commit

Permalink
chore: commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
fkakatie committed Dec 13, 2023
1 parent 1b37bd0 commit b1ddd3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ main pre {
white-space: pre;
}

/* links */
a:any-link {
color: var(--link-color);
text-decoration: none;
Expand Down Expand Up @@ -167,7 +168,6 @@ a.button.secondary, button.secondary {
color: var(--text-color)
}


main img {
max-width: 100%;
width: auto;
Expand All @@ -185,6 +185,7 @@ main img {
width: 100%;
}

/* sections */
main .section {
padding: 64px 16px;
}
Expand Down

0 comments on commit b1ddd3c

Please sign in to comment.