1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:26:38 -04:00

update homepage

This commit is contained in:
2020-07-16 15:02:26 -04:00
parent 85042d3503
commit ea244a5372
23 changed files with 90 additions and 70 deletions

View File

@ -1,12 +1,9 @@
@charset "UTF-8";
div.embed {
&.video {
video {
display: block;
margin: 1em auto;
max-width: 100%;
height: auto;
&.tweet {
.twitter-tweet-rendered iframe {
margin: 0.5em 0;
}
}
@ -28,6 +25,15 @@ div.embed {
}
}
&.video {
video {
display: block;
margin: 1em auto;
max-width: 100%;
height: auto;
}
}
&.gh-buttons {
text-align: center;