Skip to content

Commit

Permalink
fix: styling changes for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
su-docker committed Aug 7, 2024
1 parent 5211e7e commit 6b746dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ textarea {
.footer a {
text-decoration: none;
color: #1c3f3a;
border-bottom: 1px solid #1c3f3a;
}

.footer .heart {
Expand All @@ -428,7 +429,7 @@ textarea {

@media (max-width: 768px) {
.header > div {
padding: 16px 24px;
padding: 8px 16px;
}

/* .header button {
Expand Down

0 comments on commit 6b746dc

Please sign in to comment.