Skip to content

Commit

Permalink
fixed api, fixed copy btn, add link to github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabeer-Junaid committed Jun 4, 2024
1 parent 93eb4d3 commit 3d20b25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
11 changes: 1 addition & 10 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,13 @@ body {

@media (min-width: 768px) {
.cover-logo {
/* background-color: red; */
margin-top: 3rem;
}
.content {
margin-top: -3rem;
}
}
@media (min-width: 1024px) {
.cover-logo {
/* background-color: royalblue; */
margin-top: 3rem;
}
.content {
margin-top: -3rem;
}
}

.cover-logo img {
Expand All @@ -112,8 +104,7 @@ body {
flex-direction: column;
justify-content: center;
/* background-color: blue; */
height: 18rem;
margin-top: -2rem;
align-items: center;
}

.quote {
Expand Down
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@
<img src="assets/images/logo.png" style="height: 2rem" />
</div>
<div class="menu ml-auto">
<button id="code-btn" class="btn">
<img src="assets/images/code-ico.png" style="height: 1.4rem" />
</button>
<a href="https://github.com/Sabeer-Junaid/quotify" target="_blank"
><button id="code-btn" class="btn">
<img
src="assets/images/code-ico.png"
style="height: 1.4rem"
/></button
></a>
</div>
</div>

Expand Down

0 comments on commit 3d20b25

Please sign in to comment.