A breaking change to check out having a sidebar with content that slides over when the menu is closed.

This commit is contained in:
GloriousCode
2017-10-09 17:24:32 +11:00
parent bc73c506e1
commit dd6a692ec3
6 changed files with 59 additions and 23 deletions

View File

@@ -0,0 +1,14 @@
.container {
}
.main {
padding: 20px 70px 0;
display: flex;
align-items: center;
justify-content: center;
}
.sidebar {
padding:20px;
width:20%;
}