@@ -42,6 +48,8 @@ let lang = 'en';
We're hard at work on Astro! Keep your eyes to the skies, astronauts.
++ New Blog Post - Introducing Astro: Ship Less JavaScript → @@ -63,6 +71,7 @@ let lang = 'en'; .action-button { border: 1px solid var(--color-green); padding: 1rem; + font-weight: 600; } code { font-size: 11px; @@ -71,6 +80,20 @@ let lang = 'en'; border-radius: 2px; padding: 0.1em 0.2em; } + .videoWrapper { + position: relative; + padding-bottom: 56.25%; /* 16:9 */ + height: 0; + background:rgba(255, 255, 255, 0.1); + margin-bottom: 1rem; + } + .videoWrapper iframe { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + }