mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-20 12:20:19 -04:00
Fixed Bootstrap Formatting
This commit is contained in:
parent
531a67d81d
commit
b7635a1eac
|
@ -18,7 +18,7 @@ class Events extends Component {
|
||||||
<>
|
<>
|
||||||
<br></br>
|
<br></br>
|
||||||
<div className="flyer-container">
|
<div className="flyer-container">
|
||||||
<img src = {icon2} width="30%" height="100%" alt="image of team member"></img>
|
<img src = {icon2} alt="image of bootcamp"></img>
|
||||||
</div>
|
</div>
|
||||||
<div className="pdf-link-container">
|
<div className="pdf-link-container">
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
|
width: 30%;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pdf-link-container {
|
.pdf-link-container {
|
||||||
|
@ -14,6 +16,7 @@
|
||||||
.pdf-link {
|
.pdf-link {
|
||||||
font-family: 'Poppins', 'sans-serif';
|
font-family: 'Poppins', 'sans-serif';
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pdf-download {
|
.pdf-download {
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
.glow {
|
.glow {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
|
margin: auto;
|
||||||
//background: linear-gradient(to right, #ee6c4d, #3d5a80, #293241);
|
//background: linear-gradient(to right, #ee6c4d, #3d5a80, #293241);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,3 +16,13 @@
|
||||||
.tier-detail {
|
.tier-detail {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.col-md-4{
|
||||||
|
text-align: center;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
// container{
|
||||||
|
// text-align: center;
|
||||||
|
// margin:auto;
|
||||||
|
// }
|
Loading…
Reference in New Issue
Block a user