From 7a33856a527aebbd8d2a624c6d5937c25c9a1d90 Mon Sep 17 00:00:00 2001 From: Emma Terzioglu Date: Fri, 13 Mar 2026 13:49:15 -0700 Subject: initial commit new website repo yay!!! --- src/static/stylesheets/index.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/static/stylesheets/index.css (limited to 'src/static/stylesheets/index.css') diff --git a/src/static/stylesheets/index.css b/src/static/stylesheets/index.css new file mode 100644 index 0000000..9f8cda3 --- /dev/null +++ b/src/static/stylesheets/index.css @@ -0,0 +1,40 @@ +.two-section { + display: flex; + flex-direction: row; + gap: 10px; + margin: 10px 0; +} + +.two-section .container { + max-width: 400px; +} + +#top { + display: flex; + flex-direction: row; + gap: 20px; + max-width: 600px; +} + +#profile-links { + justify-content: start; + gap: 4px; +} + +#qas { + display: flex; + flex-direction: column; + gap: 20px; + padding: 20px; +} + +.button { + image-rendering: auto; + image-rendering: crisp-edges; + image-rendering: pixelated; + image-rendering: -webkit-optimize-contrast; +} + +/* +shift around the layout at 650px for mobile screens +*/ -- cgit v1.2.3