Random rockstar speakers view generation

This commit is contained in:
Oleh Zasadnyy 2014-08-18 13:10:01 +03:00
parent 4648f0dfc3
commit 5eed78d0d3
21 changed files with 951 additions and 126 deletions

View file

@ -3,6 +3,11 @@ $direction-details-color: #757575;
display: inline-block;
padding: 0;
color: $direction-details-color;
.image-section {
@media (max-width: 767px) {
min-height: 350px;
}
}
.card {
transform: translateY(-125px);
ul {

View file

@ -4,7 +4,7 @@
padding-top: 0;
background: $base-section-background-color;
@media (max-width: 767px) {
min-height: 250px;
min-height: 200px;
padding: 0;
}
.gradient-overlay {
@ -24,7 +24,8 @@
@media (max-width: 767px) {
position: relative;
left: 13px;
margin-top: 117px;
margin-top: 100px;
padding-left: 0;
padding-bottom: 5px;
}
}