@@ -118,6 +118,7 @@
font-size: 3.5vw;
overflow-y: hidden;
overflow-x: auto;
+ white-space: nowrap
}
.project_title::-webkit-scrollbar {
height: 0.8vw; /* ширина scrollbar */
@@ -117,12 +117,14 @@
.quest_title {
overflow-x: hidden;
- max-height: 1.5vw;
+ max-height: 3vw;
font-size: 1.5vw;
display: flex;
align-items: center;
margin-top: 0.7vw;
margin-left: 1.8vw;
+ font-size: 3.5vw;
.quest_body_block {
background-color: #9E795A;
@@ -113,6 +113,9 @@
.project_title {
+ overflow-y: hidden;
+ overflow-x: auto;
.project_button_block_one {
width: 50%;