Исправил несколько косяков в css файлах
This commit is contained in:
parent
8a727c9253
commit
898272a113
@ -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-y: hidden;
|
||||
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;
|
||||
white-space: nowrap
|
||||
}
|
||||
.quest_body_block {
|
||||
background-color: #9E795A;
|
||||
|
||||
@ -113,6 +113,9 @@
|
||||
}
|
||||
.project_title {
|
||||
font-size: 3.5vw;
|
||||
overflow-y: hidden;
|
||||
overflow-x: auto;
|
||||
white-space: nowrap
|
||||
}
|
||||
.project_button_block_one {
|
||||
width: 50%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user