Skip to content

Commit

Permalink
chore: remove unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
sounmind committed Jul 16, 2024
1 parent 221c4cf commit 0094299
Showing 1 changed file with 0 additions and 101 deletions.
101 changes: 0 additions & 101 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,107 +37,6 @@

<script src="https://code.iconify.design/iconify-icon/2.1.0/iconify-icon.min.js"></script>
<script src="./main.js" async defer type="module"></script>

<style>
header {
margin: 2rem 0;
border-bottom: 0.1rem solid #d3d3d3;
padding-bottom: 1rem;
display: flex;
justify-content: space-between;
}

header img {
width: 4rem;
height: 2rem;
}

header span {
font-size: 2rem;
margin-left: 1rem;
}

header img,
span {
vertical-align: middle;
}

.hero {
width: 32%;
font-size: 5rem;
font-weight: medium;
}

#language-container {
display: flex;
justify-content: space-between;
margin-top: 23.5rem;
padding-bottom: 24rem;
border-bottom: 0.1rem solid #d3d3d3;
}

.language-image {
width: 40%;
}

.language-image img {
max-width: 100%;
}

#review-container {
display: flex;
justify-content: space-between;
margin-top: 23.5rem;
padding-bottom: 24rem;
border-bottom: 0.1rem solid #d3d3d3;
}

.review-image {
width: 60%;
}

.review-image img {
max-width: 100%;
}

#member-review-container {
margin-top: 15rem;
padding-bottom: 15rem;
border-bottom: 0.1rem solid #d3d3d3;
}

.member-review-card {
display: flex;
justify-content: space-between;
width: 49%;
}

#member-review-container > span {
font-size: 5rem;
font-weight: medium;
}

/* 'review-card-list' style will be removed when the review card list component is created */
.review-card-list {
display: grid;
grid-template-columns: minmax(306px, 1fr);
gap: 10px;
padding-top: 40px;
place-content: center;
place-items: center;
}

#join-instruction-container {
margin-top: 15rem;
padding-bottom: 15rem;
border-bottom: 0.1rem solid #d3d3d3;
}

#join-instruction-container > span {
font-size: 5rem;
font-weight: medium;
}
</style>
</head>

<body>
Expand Down

0 comments on commit 0094299

Please sign in to comment.