mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
jumbotron fixes in hero section.
This commit is contained in:
parent
d0dc35199e
commit
e7d34d963f
553 changed files with 5759 additions and 14 deletions
|
@ -7,6 +7,10 @@
|
|||
top: 50%;
|
||||
left: 0;
|
||||
transform: translateY(-50%);
|
||||
@media (max-width: 767px) {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
p {
|
||||
font-size: $base-font-size * 2;
|
||||
font-weight: $light;
|
||||
|
@ -15,13 +19,13 @@
|
|||
}
|
||||
}
|
||||
.explore {
|
||||
margin-left: -12px;
|
||||
position: absolute;
|
||||
bottom: 50px;
|
||||
left: 50%;
|
||||
transition: $base-transition;
|
||||
transform: translateX(-50%);
|
||||
@media (max-width: 767px) {
|
||||
transform: translateY(20px);
|
||||
bottom: 30px;
|
||||
}
|
||||
}
|
||||
.icon-arrow-down {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue