summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/main.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/css/main.scss b/css/main.scss
index 9deab33..2c35989 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -270,6 +270,20 @@ footer a:hover {
text-decoration: underline;
}
+.employment {
+ align-items: left;
+}
+.employment ul {
+ list-style-type: none;
+ margine-top: -5px;
+}
+.employment img {
+ float: left;
+ border: none;
+ margin-right: 10px;
+ margin-top: -10px;
+}
+
.comment {
font-size: 0.75em;
}