Skip to content

Commit 6d36d70

Browse files
zoom hover effect
1 parent d94bfbb commit 6d36d70

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/Landing/Header/Header.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919

2020
.header button:hover {
2121
background-color: #3d9dd9;
22+
transform: scale(1.02);
2223
}
2324
.header-padding {
24-
/* padding-top: 6.7em; */
25+
padding-top: 6.7em;
2526
}
2627

2728
@media screen and (max-width: 1162px) {

0 commit comments

Comments
 (0)