Skip to content

Commit ec01554

Browse files
authored
Update body.css
1 parent 2b69e22 commit ec01554

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css/body.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ body{
99
text-align: center;
1010
}
1111
.logo{
12-
height:95px;
13-
width:95px;
12+
height:100px;
13+
width:100px;
1414
opacity: 1;
1515
transition: .5s ease;
1616
}
1717

1818
a:hover .logo {
1919
opacity: 0.8;
20-
height:120px;
21-
width:120px;
20+
height:95px;
21+
width:95px;
2222
}
2323

2424
.logoanim{

0 commit comments

Comments
 (0)