Spacing Changes

This commit is contained in:
James Dinh 2022-06-02 12:16:22 -07:00
parent 058c94b6df
commit 5615bf3dc1

View File

@ -327,18 +327,13 @@ main {
section { section {
width: auto; width: auto;
padding-top: 50px; padding-top: 70px;
text-align: center; text-align: center;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
max-width: 1500px; max-width: 1500px;
} }
#event {
/* background-color: #0d1117; */
padding-bottom: 20px;
}
.topic { .topic {
width: auto; width: auto;
font-size: 35px; font-size: 35px;
@ -346,12 +341,6 @@ section {
color:rgb(255, 243, 205); color:rgb(255, 243, 205);
} }
#discord-widget {
margin: 50px auto 0;
/* width: 20%; */
float: right;
}
#event-container { #event-container {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;