mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-09 15:00:20 -04:00
Fixed Bootstrap Formatting
This commit is contained in:
parent
531a67d81d
commit
b7635a1eac
|
@ -18,7 +18,7 @@ class Events extends Component {
|
|||
<>
|
||||
<br></br>
|
||||
<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 className="pdf-link-container">
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
.col-md-4{
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
// container{
|
||||
// text-align: center;
|
||||
// margin:auto;
|
||||
// }
|
Loading…
Reference in New Issue
Block a user