Skip to content
Snippets Groups Projects
Commit 53beb543 authored by Erik Strand's avatar Erik Strand
Browse files

Style video elements like img elements

parent 66b37287
Branches
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
<link type="text/css" rel="stylesheet" href="/css/poole.css"> <link type="text/css" rel="stylesheet" href="/css/poole.css">
<link type="text/css" rel="stylesheet" href="/css/syntax.css"> <link type="text/css" rel="stylesheet" href="/css/syntax.css">
<link type="text/css" rel="stylesheet" href="/css/hyde.css"> <link type="text/css" rel="stylesheet" href="/css/hyde.css">
<link type="text/css" rel="stylesheet" href="/css/custom.css">
{{ partial "head_fonts.html" . }} {{ partial "head_fonts.html" . }}
<!-- Icons --> <!-- Icons -->
......
video {
display: block;
margin: 0 0 1rem;
border-radius: 5px;
max-width: 100%;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment