Исправил несколько косяков в css файлах

This commit is contained in:
Andrei 2023-03-09 23:26:58 +05:00
parent 8a727c9253
commit 898272a113
3 changed files with 7 additions and 1 deletions

View File

@ -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 */

View File

@ -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;

View File

@ -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%;