Skip to content

Commit 67018c2

Browse files
committed
apply floating action button
1 parent 4cab285 commit 67018c2

File tree

4 files changed

+841
-12
lines changed

4 files changed

+841
-12
lines changed

public/css/lfm.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
border-left: 1px solid silver;
77
}
88

9+
#fab a:hover, #fab a:focus{
10+
color: white;
11+
}
12+
913
@media screen and (max-width: 992px) {
1014
#nav a {
1115
font-size: 30px;
@@ -15,6 +19,9 @@
1519
#nav a i {
1620
padding-bottom: 10px;
1721
}
22+
#fab {
23+
zoom: 2.5;
24+
}
1825
}
1926

2027
.img-row {

0 commit comments

Comments
 (0)