Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated styling #90

Merged
merged 1 commit into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions static/new/css/about.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#body h1 {
color: var(--color-primary);
margin-top: 3vw;
margin-top: 1.9rem;
margin-bottom: 1.5vw;
font-size: 6vw;

Expand All @@ -14,8 +14,8 @@
#body {
width: 100%;
text-align: center;
margin-top: -3vw;
padding-top: 3vw;
margin-top: -1.9rem;
padding-top: 1.9rem;
background-color: var(--color-background);
/* padding-bottom: 10vw; */
}
Expand All @@ -37,7 +37,7 @@

#missionstatement {
font-weight: 100;
font-size: 3vw;
font-size: 1.9rem;
/* margin-bottom: 10vw; */
}

Expand All @@ -49,8 +49,9 @@
}

#awards {
text-align: left;
font-weight: 100;
font-size: 2vw;
font-size: 1.9rem;
}

#calendar {
Expand Down
2 changes: 1 addition & 1 deletion views/new/pages/about.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<b>2018 Sacramento Regional:</b> Regional Finalists Wildcard <br />
<b>2014 Central Valley Regional:</b> Entrepreneurship Award sponsored by Kleiner Perkins Caufield & Byers <br />
<b>2012 Sacramento Regional:</b> Woodie Flowers Finalist Award (Eric Nelson) <br />
<b>2008 UC Dvais Sacramento Regional:</b> Regional Finalists <br />
<b>2008 UC Davis Sacramento Regional:</b> Regional Finalists <br />
<b>2007 Davis Sacramento Regional:</b> Xerox Creativity Award <br />
<b>2005 Silicon Valley Regional:</b> Judges' Award <br />
<b>2005 Sacramento Regional:</b> Regional Winner <br />
Expand Down
Loading