Viewing profiles works, profiles not yet created

This commit is contained in:
2019-05-10 13:11:07 +10:00
parent 84ce324365
commit 31a59f56ba
8 changed files with 300 additions and 8 deletions
+8 -4
View File
@@ -110,8 +110,8 @@ footer {
/* custom styling */
/* Homepage structure */
.homePage {
/* SidePanelPage structure */
.sidePanelPage {
flex: 1;
display: flex;
flex-direction: row;
@@ -120,14 +120,14 @@ footer {
}
@media screen and (max-width: 480px) {
.homePage {
.sidePanelPage {
flex-direction: column;
}
}
/* left panel */
.sidePanel {
flex: 1;
flex: 0 1 auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
@@ -173,6 +173,10 @@ footer {
/* New panel */
.newsPanel {
margin-left: 15px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
/* bits and pieces */