walnut_launchpad.html/css/styles.css

19 lines
243 B
CSS
Raw Normal View History

2017-08-08 06:35:11 +00:00
.container.main-content {
display: flex;
margin-top: 70px;
width: 100%;
max-width: 100%;
}
.menu-container {
width: 5%;
}
.main-content-container {
width: 70%;
}
.notifications-container {
width: 25%;
}
2017-08-09 04:23:19 +00:00
.login-container {
top: 25vh;
}