mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 14:01: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
14
css/main.css
14
css/main.css
|
@ -4295,6 +4295,12 @@ nav li a.current, nav li a:hover {
|
|||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.top-section-hero .jumbotron {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.top-section-hero .jumbotron p {
|
||||
font-size: 26px;
|
||||
font-weight: 100;
|
||||
|
@ -4307,15 +4313,11 @@ nav li a.current, nav li a:hover {
|
|||
left: 50%;
|
||||
-webkit-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
-webkit-transform: translateX(-50%);
|
||||
-ms-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
margin-left: -12px;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.explore {
|
||||
-webkit-transform: translateY(20px);
|
||||
-ms-transform: translateY(20px);
|
||||
transform: translateY(20px);
|
||||
bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
46
css/main.min.css
vendored
46
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue