Compare commits
2 Commits
3eadc5c3eb
...
8ccca36e44
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ccca36e44 | |||
| d6c7a0f11e |
@@ -200,7 +200,7 @@
|
|||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
padding-bottom: 0.5625rem;
|
padding-bottom: 0.5625rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
width: 70%;
|
/* width: 70%; */
|
||||||
/* white-space: nowrap;
|
/* white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ body {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #333;
|
color: #333;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
max-width: 1920px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
select,
|
select,
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
padding-top: 1.6875rem;
|
padding-top: 1.6875rem;
|
||||||
padding-bottom: 0.375rem;
|
padding-bottom: 0.375rem;
|
||||||
width: 70%;
|
/* width: 70%; */
|
||||||
/* white-space: nowrap;
|
/* white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
.header-PC #header {
|
.header-PC #header {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
height: 3.75rem;
|
height: 3.75rem;
|
||||||
width: 100%;
|
max-width: 1920px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user