mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 14:01:29 +02:00
Random rockstar speakers view generation
This commit is contained in:
parent
4648f0dfc3
commit
5eed78d0d3
21 changed files with 951 additions and 126 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue