We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40b52b commit 61e5f1aCopy full SHA for 61e5f1a
assets/css/home.css
@@ -13,9 +13,10 @@
13
#header img {
14
display: block;
15
width: auto;
16
- height: 60vh;
+ height: calc(70vh - 12em);
17
margin: auto;
18
padding-top: 5vh;
19
+ min-height: 200px;
20
}
21
22
#user-resources, #dev-resources {
assets/css/layout.scss
@@ -601,7 +601,7 @@ $leftColumnArrowOffset: $sidebarWidth - 2*$sidebarMargin - 2*$sidebarPadding - 3
601
602
603
#header p {
604
- margin: 2.7em 0 0 0;
+ margin: 1.5em 0 0 0;
605
font-size: 1.3em;
606
position: absolute;
607
width: 100%;
0 commit comments