Skip to content

Commit

Permalink
fix: spacing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyveon committed Nov 7, 2024
1 parent 7900dda commit 0dc5cc6
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions docs/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,15 +175,6 @@ a:hover {
color: var(--highlight);
}


/* @media (max-width: 600px) {
section,
article,
cite {
align-items: center;
}
} */

@media (max-width: 600px) {
h1,
h2 {
Expand Down Expand Up @@ -342,24 +333,28 @@ footer {
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0.5rem;
width: 100%;
gap: 0.75rem;

margin-top: 1rem;
margin-bottom: 3rem;
padding-inline: 1.5rem;

text-align: center;
}

footer a {
height: 42px;
max-width: 100%;

display: flex;
justify-content: center;
display: inline-flex;
align-items: center;
gap: 0.5rem;

color: var(--accent);
text-decoration: none;
text-align: center;
}


.icon-link:hover {
color: var(--highlight);
}
Expand Down Expand Up @@ -513,5 +508,3 @@ ul:not(.emojis) li::before {
ul li {
margin-bottom: 0.5rem;
}

/* last section should have no lower border */

0 comments on commit 0dc5cc6

Please sign in to comment.