Redesigned headerbar
This commit is contained in:
@@ -51,6 +51,11 @@ hr {
|
||||
#infinite-scroll-indicator {
|
||||
text-align: center; }
|
||||
|
||||
#headerbar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between; }
|
||||
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column; }
|
||||
|
||||
@@ -68,6 +68,20 @@ hr {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#headerbar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
|
||||
// .headerbar-left {
|
||||
// background-color: red;
|
||||
// }
|
||||
|
||||
// .headerbar-right {
|
||||
// background-color: green;
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
// // @font-face {
|
||||
// // font-family: 'avenir';
|
||||
|
||||
Reference in New Issue
Block a user