aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/style.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/style.scss b/data/style.scss
index 7e63751..5a05fe7 100644
--- a/data/style.scss
+++ b/data/style.scss
@@ -52,6 +52,20 @@ body {
padding-top: 1.5rem;
font-size: 0.7em;
color: var(--footer_color);
+
+ .downloadWget {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ flex-wrap: wrap;
+ .cmd {
+ margin: 0 0 auto;
+ padding-left: 5px;
+
+ line-height: 13px;
+ font-family: monospace;
+ }
+ }
}
a {