Skip to content

Commit 88b57a9

Browse files
author
JoelCDL
committed
Add note about row value to home template styles
1 parent 29dc924 commit 88b57a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css/templates/home.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
grid-template:
3535
'header header'
3636
'slideshow quicklink1'
37-
'slideshow quicklink2' 1fr
37+
'slideshow quicklink2' 1fr /* read #1 below about 1fr value */
3838
'serviceheading quicklink2'
3939
'servicebox meet'
4040
'newsreel social'
@@ -90,3 +90,5 @@
9090
grid-area: footer;
9191
}
9292
}
93+
94+
/* #1: This 1fr value for the grid row lets the second quicklink box fill any leftover vertical space between the two boxes. */

0 commit comments

Comments
 (0)