From f99ee08af6c5a499cde827a66b2134d01471b8a4 Mon Sep 17 00:00:00 2001 From: Silvano Sallese Date: Sun, 2 Aug 2020 18:32:13 +0200 Subject: first commit --- sass/_about.scss | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sass/_about.scss (limited to 'sass/_about.scss') 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 -- cgit v1.2.3