Skip to content

Commit 3159295

Browse files
Reduce size of hero carousel by 20% (#240)
1 parent 1911687 commit 3159295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/public/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ blockquote {
396396
*** Style classes specific to the / home page
397397
*******************************************************************************/
398398
.carousel {
399-
height: calc(100vh - var(--navbar-height));
399+
height: calc(80vh - var(--navbar-height));
400400
}
401401

402402
.carousel-content {

0 commit comments

Comments
 (0)