summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/guix.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/css/guix.css b/css/guix.css
index 038a9d0..0534209 100644
--- a/css/guix.css
+++ b/css/guix.css
@@ -1,9 +1,13 @@
+.logo {
+ padding: 5px;
+}
+
.sort-descend:after {
- content: '▼'
+ content: '▼';
}
.sort-ascend:after {
- content: '▲'
+ content: '▲';
}
.sorter {