Skip to content
Snippets Groups Projects
Commit c0e7b3a7 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

formatting

parent c5992711
No related merge requests found
h1 {
font-size: large;
font-family: Roboto, "Helvetica Neue", sans-serif;
color: var(--on-surface);
h2 {
padding-top: 20px;
}
h1,p{
p {
word-break: break-word;
-ms-hyphens: auto;
-webkit-hyphens: auto;
......
h2 {
padding-top: 20px;
}
p {
word-break: break-word;
-ms-hyphens: auto;
......@@ -5,6 +9,14 @@ p {
hyphens: auto;
}
ol {
padding-left: 1em;
}
li {
padding-bottom: 10px;
}
iframe {
width: 100%;
}
......@@ -12,9 +24,9 @@ iframe {
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment