]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/css/application.css
Update public Key
[rbdr/r.bdr.sh] / jekyll / css / application.css
index 171764cbdc52d8a481a0b4d828c4ae3e4244edb6..770d614309478c6d726e9a0e78e1d7c5b9a3f1c2 100644 (file)
@@ -12,21 +12,20 @@ header a, header a:visited {
   color: black;
 }
 
   color: black;
 }
 
-h2,
-h3 {
+h1, h2 {
   display: inline-block;
   display: inline-block;
-  margin-left: 10px;
+  margin-left: 1rem;
   font-weight: 300;
 }
 
   font-weight: 300;
 }
 
-h1 {
+header {
   margin: -0.3em 0 0 -0.1em;
   font-size: 9.6em;
   font-style: italic;
   text-transform: uppercase;
 }
 
   margin: -0.3em 0 0 -0.1em;
   font-size: 9.6em;
   font-style: italic;
   text-transform: uppercase;
 }
 
-h2 {
+h1, h2 {
   font-size: 4.8em;
 }
 
   font-size: 4.8em;
 }
 
@@ -39,33 +38,35 @@ a:visited {
 }
 
 ul, p {
 }
 
 ul, p {
-  font-size: 1.8em;
+  font-size: 1.8rem;
   line-height: 1.28em;
   margin-left: 1em;
   max-width: 50em;
   font-family: 'Helvetica Neue', Arial, sans-serif;
 }
 
   line-height: 1.28em;
   margin-left: 1em;
   max-width: 50em;
   font-family: 'Helvetica Neue', Arial, sans-serif;
 }
 
-ul {
-  list-style: square;
+li {
+  display: block;
 }
 
 }
 
-li {
+li {
   display: inline-block;
   line-height: 1.82em;
   display: inline-block;
   line-height: 1.82em;
+  margin: 0;
 }
 
 }
 
-aside {
+span {
   display: inline;
   color: grey;
 }
 
 img,
 video {
   display: inline;
   color: grey;
 }
 
 img,
 video {
+  display: block;
   max-width: 100vw;
 }
 
   max-width: 100vw;
 }
 
-li, h2, h3, p {
+header a, h1, h2, p {
   background-color: white;
 }
 
   background-color: white;
 }
 
@@ -76,7 +77,7 @@ li, h2, h3, p {
     color: white;
   }
 
     color: white;
   }
 
-  h1 a, h1 a:visited {
+  header a, header a:visited {
     color: white;
   }
 
     color: white;
   }
 
@@ -92,11 +93,11 @@ li, h2, h3, p {
     color: #55FF55;
   }
 
     color: #55FF55;
   }
 
-  aside {
+  span {
     color: #FFEC27;
   }
 
     color: #FFEC27;
   }
 
-  li, h2, h3, p {
+  header a, h1, h2, p {
     background-color: black;
   }
 }
     background-color: black;
   }
 }
@@ -105,7 +106,7 @@ li, h2, h3, p {
  * Mini header
  */
 @media (max-width: 600px) {
  * Mini header
  */
 @media (max-width: 600px) {
-  h1 {
+  header {
     font-size: 4.8em;
   }
 }
     font-size: 4.8em;
   }
 }