mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 14:01:29 +02:00
Added sitemap, fixed animation bug
This commit is contained in:
parent
f056f8dcb3
commit
59106ff780
9 changed files with 43 additions and 21 deletions
|
@ -82,10 +82,6 @@ h6 {
|
|||
time {
|
||||
display: block;
|
||||
}
|
||||
.content-wrapper {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
.st-content, .st-container, .st-pusher {
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
.content-wrapper {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
height: 100%;
|
||||
}
|
||||
.bordered {
|
||||
display: inline-block;
|
||||
color: rgba(255, 255, 255, .6);
|
||||
|
|
|
@ -28,12 +28,14 @@
|
|||
}
|
||||
}
|
||||
.explore {
|
||||
margin-left: -12px;
|
||||
margin-left: -16px;
|
||||
position: absolute;
|
||||
bottom: 25px;
|
||||
bottom: -25px;
|
||||
left: 50%;
|
||||
animation: callToAction 3.5s linear 0s infinite;
|
||||
@media (max-width: 767px) {
|
||||
margin-left: -12.5px;
|
||||
bottom: 30px;
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,15 +42,7 @@ $border-color: rgba(51, 51, 51, .6);
|
|||
text-align: center;
|
||||
}
|
||||
}
|
||||
.ticket-sales {
|
||||
@extend .ticket-additional-text;
|
||||
padding: 0 10px;
|
||||
@media (max-width: 767px) {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.ticket-fallback {
|
||||
margin-top: 20px;
|
||||
padding-top: 2px;
|
||||
line-height: 1.2;;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue