diff options
Diffstat (limited to 'sass/_about.scss')
| -rw-r--r-- | sass/_about.scss | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/sass/_about.scss b/sass/_about.scss new file mode 100644 index 0000000..0cf083c --- /dev/null +++ b/sass/_about.scss @@ -0,0 +1,33 @@ +#about { + width: 90%; + margin: 0 auto; + max-width: 960px; + @media only screen and (min-width: $cut) { + width: 80%; + } +} + +.tech { + margin: 10px; +} + +.user { + text-align: center; + font-size: 60px; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-between; + p { + font-size: 16px; + } + @media only screen and (min-width: $cut) { + flex-wrap: nowrap; + font-size: 75px; + } +} + +.user-details { + text-align: center; + margin: 5px auto; +}
\ No newline at end of file |
