include community links

This commit is contained in:
Mike Young
2019-12-14 01:12:28 -05:00
parent fd9b155554
commit c5b2d83700
4 changed files with 34 additions and 7 deletions

View File

@@ -79,9 +79,18 @@ body{
}
.app_footer{
grid-area: app_footer;
display: flex;
flex-direction: row;
justify-content: space-between;
min-width: 100%;
background-color: #2b2b2b;
margin: 0px;
}
.copyright{
}
.footer_contact{
}
.nav_top{
grid-area: nav_top;
@@ -115,6 +124,10 @@ justify-content: right;
}
.button{
}
.discord-button{
max-width: 78px;
max-height: 26px;
}
.nav_button{
background-color:darkgray;
@@ -153,7 +166,7 @@ justify-content: right;
}
#python_logo{
height: 50px;
height: 37px;
width: 91px;
}
#book_shelf{