Change "Open Source" to be shorter and lighter.

This changes the background color from dark blue to a light steel blue,
while also removing the unnecessary min-height enforcement.
This commit is contained in:
Brock Whittaker
2017-08-30 14:16:56 -07:00
committed by Tim Abbott
parent 93b4d8a3f2
commit 38dc3a28b5

View File

@@ -1274,12 +1274,16 @@ nav ul li.active::after {
position: relative; position: relative;
z-index: 1; z-index: 1;
background-color: #262d3a; background-color: #e9ecf1;
color: hsl(220, 15%, 76%); }
.portico-landing.hello .open-source .flex {
min-height: 0px;
padding: 50px 0px;
} }
.portico-landing.hello .open-source img { .portico-landing.hello .open-source img {
margin: 20px 2%; margin: 0px 2%;
width: 28%; width: 28%;
max-width: 500px; max-width: 500px;
} }