Skip to content

Commit d596248

Browse files
authored
Merge pull request #48 from reveurguy/master
small change in animation
2 parents 85ca95b + fa114f0 commit d596248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ background: linear-gradient(to top, #E5E5BE, #003973); /* W3C, IE 10+/ Edge, Fir
1212
top:0;
1313
left:0;
1414
width:100%;
15-
height: 3px;
15+
height: 5px;
1616
background-color: white;
1717
transform: scalex(0);
1818
transition: all 0.3s;
@@ -29,7 +29,7 @@ background: linear-gradient(to top, #E5E5BE, #003973); /* W3C, IE 10+/ Edge, Fir
2929
bottom:0;
3030
left:0;
3131
width:100%;
32-
height: 3px;
32+
height: 5px;
3333
background-color: white;
3434
transform: scalex(0);
3535
transition: all 0.3s;

0 commit comments

Comments
 (0)