summaryrefslogtreecommitdiff
path: root/_content/index.css
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-01-23 14:48:51 +0700
committerShulhan <ms@kilabit.info>2023-01-23 15:04:19 +0700
commitebad13467c93f6d27ef3b058b7aaa236df1b9ddd (patch)
tree622120632fd3974bba8c0cb9a77d43ac585e8167 /_content/index.css
parent84b16c1fd88e32f6f11534080aa67e3263ce19b8 (diff)
downloadkilabit.info-ebad13467c93f6d27ef3b058b7aaa236df1b9ddd.tar.xz
journal/2023: add "A trip to Labuan Bajo"
Diffstat (limited to '_content/index.css')
-rw-r--r--_content/index.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/_content/index.css b/_content/index.css
index 78780a0..2f520a3 100644
--- a/_content/index.css
+++ b/_content/index.css
@@ -52,6 +52,10 @@ h5 {
color: black;
}
+img {
+ margin: 0 10px;
+}
+
pre {
background-color: #eee;
border-radius: 4px;
@@ -156,6 +160,11 @@ img.background {
margin: 4px;
}
+#footer {
+ clear: both;
+ margin-top: 1em;
+}
+
.admonitionblock {
border: 1px solid #ddd;
}
@@ -172,6 +181,17 @@ img.background {
padding: 8px;
}
+.right {
+ float: right;
+}
+.left {
+ float: left;
+}
+.sect1,
+.sect2 {
+ clear: both;
+}
+
@media only screen and (max-width: 992px) {
body {
width: 100%;