mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-23 07:26:47 +00:00
A breaking change to check out having a sidebar with content that slides over when the menu is closed.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
.container {
|
||||
}
|
||||
|
||||
.main {
|
||||
padding: 20px 70px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
padding:20px;
|
||||
width:20%;
|
||||
}
|
||||
Reference in New Issue
Block a user