diff --git a/static/src/less/homepage.less b/static/src/less/homepage.less index 309d7ce..3291ba1 100644 --- a/static/src/less/homepage.less +++ b/static/src/less/homepage.less @@ -31,7 +31,7 @@ margin-top: 35px; margin-bottom: 35px; color: white; - font-size: 17px; + font-size: 18px; } } @@ -54,6 +54,16 @@ } .row { margin-bottom: 10px; + + .college { + background-image: url(http://cdn.ttgtmedia.com/rms/computerweekly/39826_college-of-richard-collyer.gif); + } + .personal { + background-image: url(http://www.inzeed.com/kaleidoscope/wp-content/uploads/2014/11/stock-footage-computer-code-background1.jpg); + } + .work { + background-image: url(http://www.recommendedagencies.com/images/logos/dabapps-logo-1432733278.jpg); + } } } } @@ -66,6 +76,7 @@ } .twitter-timeline { height: 65vh !important; // Because twitter uses inline styles. + .box-shadow(4px 5px 2px 0 rgba(0,0,0,0.4)); } .twitter-icon { text-align: center; @@ -74,7 +85,7 @@ position: relative; .icon { position: absolute; - text-shadow: 4px 6px rgba(0,0,0,0.4); + text-shadow: 4px 5px 2px rgba(0,0,0,0.4); top: 50%; left: 50%; transform: translate(-50%, -50%); @@ -121,16 +132,6 @@ &:hover .project { opacity: 1; - } - - &.college { - background-image: url(http://cdn.ttgtmedia.com/rms/computerweekly/39826_college-of-richard-collyer.gif); - } - &.personal { - background-image: url(http://www.inzeed.com/kaleidoscope/wp-content/uploads/2014/11/stock-footage-computer-code-background1.jpg); - } - &.work { - background-image: url(http://www.recommendedagencies.com/images/logos/dabapps-logo-1432733278.jpg); } @media screen and (max-width: @screen-xs-max) {