commit ca79efe4de5ef2b30467e5f47c199f7548594e91
parent 5bb49e8907ef955fd88582629dd45a83fdca2fcd
Author: Hugo Soucy <hugo@soucy.cc>
Date: Wed, 27 Sep 2017 10:47:16 -0400
Change the font-size of the webmention block
Diffstat:
1 file changed, 20 insertions(+), 18 deletions(-)
diff --git a/static/dev/css/modules/webmention.css b/static/dev/css/modules/webmention.css
@@ -1,37 +1,39 @@
.webmention-container {
- background:rgba(9,9,9,0.1);
- margin-top:var(--size-and-half);
- padding:var(--size-base);
+ background:rgba(9,9,9,0.1);
+ font-family:var(--fontfamily-gamma);
+ font-size:var(--size-two-thirds);
+ margin-top:var(--size-and-half);
+ padding:var(--size-base);
}
.webmention-mention {
- margin-bottom:var(--size-base);
+ margin-bottom:var(--size-base);
}
.webmention-mention:last-child {
- margin-bottom:0;
+ margin-bottom:0;
}
-.webmention-author,
-.webmention-summary {
- font-size:var(--size-h6);
-}
+/* .webmention-author, */
+/* .webmention-summary { */
+/* font-size:var(--size-h6); */
+/* } */
.webmention-author a {
- display:inline;
+ display:inline;
}
.webmention-author img {
- display:inline-block;
- margin-right:var(--size-half);
- max-width:calc(1rem * (32 / var(--base-size)));
- height:auto;
+ display:inline-block;
+ margin-right:var(--size-half);
+ max-width:calc(1rem * (32 / var(--base-size)));
+ height:auto;
}
.webmention-summary {
- margin:var(--size-half) 0 0;
+ margin:var(--size-half) 0 0;
}
-.webmention-published {
- font-size:var(--size-two-thirds);
-}
+/* .webmention-published { */
+/* font-size:var(--size-two-thirds); */
+/* } */