Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordataCobra <datacobra@thinkbot.de>2021-04-12 16:33:45 +0300
committerdataCobra <datacobra@thinkbot.de>2021-04-12 16:33:45 +0300
commitd0f89d1dbfd0f010363d299353af68609d40c95a (patch)
treef959ce192cb643e446035754859ad1a655fd6c7b
parent034e0b00a57175f581f40a9b40eb323b2b631b40 (diff)
Add feature #46 possibility to align images
-rw-r--r--static/css/main.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 12bd190..9caecb9 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -386,6 +386,10 @@ table th {
font-weight: bold;
}
+.post {
+ overflow: hidden;
+}
+
.post .title.small {
margin: 0 0 10px 0;
font-family: "Roboto Slab Regular", serif;
@@ -555,6 +559,14 @@ p code {
padding: 0px 4px;
}
+.left, .alignleft {
+ float: left;
+}
+
+.right, .alignright {
+ float: right;
+}
+
@media screen and (max-width: 800px) {
body {
margin: 0 auto;