Skip to content

Commit

Permalink
css is hopefully good now?
Browse files Browse the repository at this point in the history
  • Loading branch information
skykosiner committed Sep 10, 2024
1 parent 1c8b172 commit a627b0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/blog/blog.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
flex-direction: column;
}

.image>img {
box-shadow: none;
}

.mobile>h1 {
font-size: 3rem;
}
Expand Down
5 changes: 5 additions & 0 deletions src/app/contact/contact.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,9 @@
margin-left: 0;
margin-bottom: 0.5rem;
}

.contactButtons>a:hover {
color: #333333;
transform: scale(1);
}
}

0 comments on commit a627b0e

Please sign in to comment.