commit | ed9091339a8b3cb39c0212b25bd755cba8631945 | [log] [tgz] |
---|---|---|
author | 00day0 <therandomuser11@gmail.com> | Mon Apr 08 12:53:13 2019 +0200 |
committer | 00day0 <therandomuser11@gmail.com> | Mon Apr 08 12:55:07 2019 +0200 |
tree | bf7f64a96907c56888ceaf8bab13bf824d05918c | |
parent | 769a17fdf019a36057ac838b54e4d9b561f0afbe [diff] [blame] |
Fix alignment issues of "We volunteer our time" section
diff --git a/neon.css b/neon.css index da586d0..dd19c91 100644 --- a/neon.css +++ b/neon.css
@@ -6585,3 +6585,13 @@ .animate-in-right.out-of-viewport { opacity: 0; left: 5%; } + +.flex-center { + display: flex; + align-items: center; + justify-content: center; +} + +.no-wrap { + white-space: nowrap; +}