mirror of
https://github.com/frainfreeze/the-monospace-web-pandoc
synced 2026-02-27 16:51:57 -08:00
overflow hidden for media also
This commit is contained in:
@@ -188,6 +188,7 @@ img, video {
|
|||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|||||||
@@ -205,7 +205,7 @@ name <input type="text" placeholder="Text goes here..." /></label>
|
|||||||
</form>
|
</form>
|
||||||
<h2 id="grids">Grids</h2>
|
<h2 id="grids">Grids</h2>
|
||||||
<p>Add the <code>grid</code> class to a container to divide up the
|
<p>Add the <code>grid</code> class to a container to divide up the
|
||||||
horizontal space evenly for the cells. Not that it maintains the
|
horizontal space evenly for the cells. Note that it maintains the
|
||||||
monospace, so the total width might not be 100%. Here are six grids with
|
monospace, so the total width might not be 100%. Here are six grids with
|
||||||
increasing cell count:</p>
|
increasing cell count:</p>
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|||||||
Reference in New Issue
Block a user