diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-11-04 13:34:02 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-11-04 13:34:02 +0200 |
| commit | 462b2fe10cf45da3dbcb5ee20ca6dfb79f46e6b6 (patch) | |
| tree | 2862938769f5c3e0efd57f5256dbdbb5452cdb4e /styles/Home.module.css | |
Initial commit
Diffstat (limited to 'styles/Home.module.css')
| -rw-r--r-- | styles/Home.module.css | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/styles/Home.module.css b/styles/Home.module.css new file mode 100644 index 0000000..4210e92 --- /dev/null +++ b/styles/Home.module.css @@ -0,0 +1,46 @@ +.container { + min-height: 100vh; + padding: 0 0.5rem; + display: flex; + flex-direction: column; + justify-content: center; +} + +.main { + padding: 5rem 0; + margin: 0 auto 8rem; + + flex: 1; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; + font-family: monospace; + font-size: 16px; +} + +.title { + margin: 1rem 0; + line-height: 1.15; + font-size: 4rem; + color: #333; +} + +@media screen and (max-width: 450px) { + .title { + font-size: 13vw; + } +} + +.boxes { + width: 100%; +} + +.socials { + display: flex; + flex-flow: row wrap; + justify-content: space-between; + align-items: center; + margin-bottom: 4rem; +} |
