datamad2017/_sass/partials/_twitter-feed.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;
}