]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/css/application.css
Add progressive webapp optimizations
[rbdr/r.bdr.sh] / jekyll / css / application.css
index 45a6657c2334afeb6bccc281edd9adaf8be419e4..51500642a913793360df342ec3552d36815e15e3 100644 (file)
@@ -1,4 +1,5 @@
 body {
 body {
+  margin: 0;
   background-color: white;
   font-family: times, 'Times New Roman', serif;
   font-smooth: never;
   background-color: white;
   font-family: times, 'Times New Roman', serif;
   font-smooth: never;
@@ -22,6 +23,7 @@ em {color:#99a3a4}
 h1,
 h2,
 h3 {
 h1,
 h2,
 h3 {
+  margin-left: 10px;
   font-weight: 300;
 }
 
   font-weight: 300;
 }
 
@@ -41,6 +43,10 @@ a:visited {
   color: purple;
 }
 
   color: purple;
 }
 
+ul, p {
+  margin-left: 10px;
+}
+
 ul {
   list-style: square;
 }
 ul {
   list-style: square;
 }
@@ -48,3 +54,8 @@ ul {
 li {
   line-height: 1.82em;
 }
 li {
   line-height: 1.82em;
 }
+
+img,
+video {
+  max-width: 100vw;
+}