summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--assets/index.css19
1 files changed, 14 insertions, 5 deletions
diff --git a/assets/index.css b/assets/index.css
index 6c9ba66..eec88f4 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -20,7 +20,7 @@ footer {
   margin-bottom: 5%;
 }
 
-h2 > a::before {
+h2>a::before {
   content: '> ';
 }
 
@@ -41,9 +41,9 @@ a {
 }
 
 img {
-    max-width: 75%;
-    margin-left: auto;
-    margin-right: auto;
+  max-width: 75%;
+  margin-left: auto;
+  margin-right: auto;
 }
 
 marquee {
@@ -75,6 +75,15 @@ pre {
   padding: 5px;
 }
 
-:not(pre) > code {
+:not(pre)>code {
   padding: 5px;
+}
+
+iframe {
+  width: 100%;
+}
+
+table>tbody>tr>td>a>img {
+  width: 70%;
+  height: auto;
 }
\ No newline at end of file
4' href='#n124'>124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140