aboutsummaryrefslogtreecommitdiff
path: root/sass/_main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/_main.scss')
-rw-r--r--sass/_main.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/sass/_main.scss b/sass/_main.scss
new file mode 100644
index 0000000..518e28d
--- /dev/null
+++ b/sass/_main.scss
@@ -0,0 +1,24 @@
+.main {
+ max-width: 1200*$px;
+ margin: 0 auto;
+ &__container {
+ padding: 20*$px;
+ }
+}
+.hero {
+ display: flex;
+ flex-wrap: wrap-reverse;
+ gap: 40*$px;
+ &__img {
+ flex: 1;
+ min-width: 320*$px;
+ max-height: 50vmax;
+ }
+}
+.profile-pic {
+ max-width: 100%;
+ max-height: 100%;
+ display: block;
+ margin: auto;
+ border-radius: 5*$px;
+}