summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/web/work.styl
diff options
context:
space:
mode:
Diffstat (limited to 'app/stylesheets/web/work.styl')
-rw-r--r--app/stylesheets/web/work.styl14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/stylesheets/web/work.styl b/app/stylesheets/web/work.styl
index caa127d..a989349 100644
--- a/app/stylesheets/web/work.styl
+++ b/app/stylesheets/web/work.styl
@@ -7,6 +7,20 @@
.work__experience {
}
+.work__experience {
+ &:after {
+ display: flex
+ content: ""
+ border-bottom: 1px solid
+ margin: auto
+ max-width: 30%
+ }
+ &:last-of-type:after {
+ // remove the extra horizontal line after the last work__experience
+ display: none
+ }
+}
+
.job-position {
display: flex
flex-flow: row wrap