clean up
[blog] / _sass / _base.scss
index df8b5d0173486a38563e2fc30a6f9c9880f9ac53..d91b6bdb20ffdc1ef2fc535302ca439febb43006 100644 (file)
@@ -47,7 +47,6 @@ a {
   }
 }
 
-// Images
 img {
   display: block;
   max-width: 100%;
@@ -55,18 +54,19 @@ img {
   border-radius: 5px;
 }
 
-// Tables
 table {
   margin-bottom: 1rem;
   width: 100%;
   border: 1px solid #e5e5e5;
   border-collapse: collapse;
 }
+
 td,
 th {
   padding: .25rem .5rem;
   border: 1px solid #e5e5e5;
 }
+
 tbody tr:nth-child(odd) td,
 tbody tr:nth-child(odd) th {
   background-color: #f9f9f9;