summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/static/styles.css b/static/styles.css
index 06cb18a..5bd99f1 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -38,7 +38,8 @@ a:hover {
form {
border: 1px DarkSlateGrey solid;
padding: 10px;
- padding-left: 25px;
+ padding-left: 20px;
+ padding-right: 20px;
}
.sep {
@@ -52,18 +53,18 @@ button {
.box {
display: inline-block;
- width: 40px;
- height: 40px;
+ width: 25px;
+ height: 25px;
text-align: center;
font-weight: bold;
- font-size: 22px;
+ font-size: 14px;
border: 2px lightgrey solid;
margin-right: 0px;
margin-left: 0px;
color: black;
background-color: white;
vertical-align: top;
- line-height: 39px;
+ line-height: 25px;
font-family: Cantarell;
}
.focus {
@@ -135,6 +136,7 @@ hr {
}
.poetry {
+ font-size: 85%;
font-family: EBGaramond;
}
@@ -142,3 +144,7 @@ hr {
font-style: italic;
font-size: 75%;
}
+
+#share {
+ width: 90%;
+}