mobile styles upd
This commit is contained in:
parent
96ebdb9ddb
commit
8a2f3fe758
@ -17,10 +17,8 @@ textarea {
|
||||
.head-logo-wrap {
|
||||
margin-left: -20px;
|
||||
margin-right: -20px;
|
||||
border-bottom: 1px $border-color solid;
|
||||
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.head-logo {
|
||||
margin: 0;
|
||||
@ -29,7 +27,8 @@ textarea {
|
||||
font-size: $fs;
|
||||
box-sizing: border-box;
|
||||
padding-top: 14px;
|
||||
padding-bottom: 14px;
|
||||
padding-bottom: 0;
|
||||
//padding-bottom: 14px;
|
||||
|
||||
> a:hover {
|
||||
border-bottom-color: transparent !important;
|
||||
@ -38,7 +37,7 @@ textarea {
|
||||
|
||||
.head-items {
|
||||
text-align: center;
|
||||
padding: 15px 0;
|
||||
padding: 10px 0 15px 0;
|
||||
white-space: nowrap;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
@ -46,6 +45,8 @@ textarea {
|
||||
//margin-right: -10px;
|
||||
max-width: 100%;
|
||||
box-sizing: border-box;
|
||||
//border-bottom: 1px $border-color solid;
|
||||
//margin-bottom: $base-padding;
|
||||
}
|
||||
a.head-item:hover,
|
||||
a.head-item:active {
|
||||
|
Loading…
x
Reference in New Issue
Block a user