summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/web
diff options
context:
space:
mode:
Diffstat (limited to 'app/stylesheets/web')
-rw-r--r--app/stylesheets/web/skills.styl24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/stylesheets/web/skills.styl b/app/stylesheets/web/skills.styl
new file mode 100644
index 0000000..9432b96
--- /dev/null
+++ b/app/stylesheets/web/skills.styl
@@ -0,0 +1,24 @@
+.skills {
+}
+
+.skills__header {
+}
+
+.skills__content {
+ display: flex
+ flex-flow: row wrap
+
+}
+
+.skills__content__title {
+ min-width: 14%
+ text-align: right
+ font-weight: 900
+}
+
+.skills__content__items {
+ width: 80%
+ margin-bottom: 0.1em
+ margin-left: 25px
+}
+