Skip to content

Commit

Permalink
cleanup: Update CSS class name and section ID
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Mar 14, 2024
1 parent cf87fa0 commit 28875ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions docs/.vitepress/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ h2 {
font-size: 1.5rem;
}

#read-more ul {
#read-more-links ul {
margin: 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
Expand Down Expand Up @@ -79,15 +79,3 @@ aside {
margin-bottom: 0;
}
}

@media screen and (max-width: 600px){
ul, ol {
margin: 0 0 0 10px;
}

aside {
float: none;
width: 100%;
margin-inline-start: 0;
}
}
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ As the web evolves towards cleaner and more structured code, Semantic HTML plays

## Read More

<section id="read-more">
<section id="read-more-links">

- [Wikipedia](https://en.wikipedia.org/wiki/Semantic_HTML)
- [Web Dev](https://web.dev/learn/html/semantic-html/)
Expand Down

0 comments on commit 28875ba

Please sign in to comment.