mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
16 lines
209 B
SCSS
16 lines
209 B
SCSS
.article-video {
|
|
clear: left;
|
|
}
|
|
.article-video h3 {
|
|
font-size: 1.25em;
|
|
font-weight: 500;
|
|
|
|
a:link, a:visited {
|
|
border-bottom: none;
|
|
}
|
|
}
|
|
|
|
.video-thumbnail {
|
|
float: left;
|
|
margin: 0 1em 1em 0;
|
|
}
|