gpttemp
This commit is contained in:
21
code/public/static/css2/modules/head_02.css
Normal file
21
code/public/static/css2/modules/head_02.css
Normal file
@@ -0,0 +1,21 @@
|
||||
.__PFX__-nav2 {
|
||||
display:flex;
|
||||
align-items:center;
|
||||
justify-content:space-between;
|
||||
padding:12px;
|
||||
background:#fff;
|
||||
border-bottom:1px solid #eee;
|
||||
}
|
||||
.__PFX__-logo2 {
|
||||
font-size:20px;
|
||||
font-weight:bold;
|
||||
color:var(--primary-color);
|
||||
}
|
||||
.__PFX__-menu2 a {
|
||||
margin-left:16px;
|
||||
font-size:14px;
|
||||
color:#333;
|
||||
}
|
||||
@media(max-width:640px){
|
||||
.__PFX__-menu2 a { margin-left:10px; }
|
||||
}
|
||||
Reference in New Issue
Block a user