Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
feat: made the features list not clip
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Dec 23, 2023
1 parent 8425dc5 commit c22bf83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ import "../styles/index.css";
</script>

<style>
@media (max-width: 825px) {
@media (max-width: 1000px) {
.home-container {
display: flex;
flex-direction: column;
Expand Down
3 changes: 1 addition & 2 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,7 @@
}

.home-container1 {
width: 531px;
padding-right: 13px;
width: auto;
}
}

Expand Down

0 comments on commit c22bf83

Please sign in to comment.