mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-27 05:01:23 +01:00
27 lines
382 B
SCSS
27 lines
382 B
SCSS
.twitter-feed {
|
|
.icon {
|
|
width: 64px;
|
|
height: 64px;
|
|
fill: #fff;
|
|
}
|
|
}
|
|
.tweet {
|
|
height: 130px;
|
|
@media (max-width: 767px) {
|
|
height: 200px;
|
|
}
|
|
p {
|
|
font-weight: $light;
|
|
}
|
|
}
|
|
.tweets {
|
|
max-width: 850px;
|
|
margin: 0 auto;
|
|
}
|
|
.tweet-text {
|
|
font-size: 26px;
|
|
line-height: 1.3;
|
|
}
|
|
.tweet-meta {
|
|
font-size: 20px;
|
|
}
|