gpttemp
This commit is contained in:
10
code/public/static/css/modules/head/layout/layout_01.css
Normal file
10
code/public/static/css/modules/head/layout/layout_01.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.site-header.layout-01 .site-header-inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.site-header.layout-01 .site-nav {
|
||||
display: flex;
|
||||
gap: 16px;
|
||||
}
|
||||
16
code/public/static/css/modules/head/layout/layout_02.css
Normal file
16
code/public/static/css/modules/head/layout/layout_02.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.site-header.layout-02 .site-header-inner {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
row-gap: 10px;
|
||||
}
|
||||
|
||||
.site-header.layout-02 .site-logo {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.site-header.layout-02 .site-nav {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 12px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
Reference in New Issue
Block a user