Skip to content

Commit 6d120a3

Browse files
authored
Merge pull request #212 from harshit-paneri/hover-zoom
zoom hover effect
2 parents d94bfbb + 6d36d70 commit 6d120a3

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)