Moved styles
This commit is contained in:
parent
55cdd817c3
commit
7f8bcf506f
1 changed files with 13 additions and 12 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue