We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29dc924 commit 88b57a9Copy full SHA for 88b57a9
css/templates/home.css
@@ -34,7 +34,7 @@
34
grid-template:
35
'header header'
36
'slideshow quicklink1'
37
- 'slideshow quicklink2' 1fr
+ 'slideshow quicklink2' 1fr /* read #1 below about 1fr value */
38
'serviceheading quicklink2'
39
'servicebox meet'
40
'newsreel social'
@@ -90,3 +90,5 @@
90
grid-area: footer;
91
}
92
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