first commit
This commit is contained in:
13
wp-content/themes/ostal_WP/sass/04-layout/_header.scss
Normal file
13
wp-content/themes/ostal_WP/sass/04-layout/_header.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
@use "../01-base/breakpoints" as *;
|
||||
@use "../01-base/colors" as *;
|
||||
|
||||
.header{
|
||||
height: 80px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
.header-logo{
|
||||
width: 125px;
|
||||
height: 27px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user