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