From b7635a1eacf5d4a231be0f2e87f64baa9c0a8aa7 Mon Sep 17 00:00:00 2001 From: Ram Vempati Date: Sat, 12 Jun 2021 10:45:47 -0400 Subject: [PATCH] Fixed Bootstrap Formatting --- src/components/Events.js | 2 +- src/components/assets/Events.scss | 3 +++ src/components/assets/Sponsors.scss | 13 ++++++++++++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/components/Events.js b/src/components/Events.js index 92c185d..888f427 100644 --- a/src/components/Events.js +++ b/src/components/Events.js @@ -18,7 +18,7 @@ class Events extends Component { <>

- image of team member + image of bootcamp
diff --git a/src/components/assets/Events.scss b/src/components/assets/Events.scss index 9d9842d..830a854 100644 --- a/src/components/assets/Events.scss +++ b/src/components/assets/Events.scss @@ -4,6 +4,8 @@ display: flex; justify-content: center; padding-bottom: 1em; + width: 30%; + margin: auto; } .pdf-link-container { @@ -14,6 +16,7 @@ .pdf-link { font-family: 'Poppins', 'sans-serif'; font-size: 1.5em; + } .pdf-download { diff --git a/src/components/assets/Sponsors.scss b/src/components/assets/Sponsors.scss index f38bdf5..edd5ed3 100644 --- a/src/components/assets/Sponsors.scss +++ b/src/components/assets/Sponsors.scss @@ -1,6 +1,7 @@ .glow { text-align: center; font-size: 3em; + margin: auto; //background: linear-gradient(to right, #ee6c4d, #3d5a80, #293241); } @@ -14,4 +15,14 @@ .tier-detail { margin-bottom: 2em; -} \ No newline at end of file +} + +.col-md-4{ + text-align: center; + margin: auto; +} + +// container{ +// text-align: center; +// margin:auto; +// } \ No newline at end of file