More styles
This commit is contained in:
19
styles/components/branding.css
Normal file
19
styles/components/branding.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.branding {
|
||||
margin: 40px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
&__logo {
|
||||
flex: 0 0 200px;
|
||||
& img {
|
||||
display: block;
|
||||
width: 150px;
|
||||
height: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
&__content {
|
||||
flex: 0 1 auto;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user