aboutsummaryrefslogtreecommitdiff
path: root/assets/styles/components/project-section.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/styles/components/project-section.scss')
-rw-r--r--assets/styles/components/project-section.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/styles/components/project-section.scss b/assets/styles/components/project-section.scss
new file mode 100644
index 0000000..7ba669a
--- /dev/null
+++ b/assets/styles/components/project-section.scss
@@ -0,0 +1,15 @@
+h6 {
+ text-align: center;
+}
+
+.vertical {
+ margin-top: 40px;
+ border-left: 1px solid #fff;
+ height: 80px;
+ position: absolute;
+ left: 50%;
+}
+
+.project {
+ height: 500px;
+}