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