mirror of
https://github.com/Justuser3310/ss14_chemistry_site.git
synced 2026-06-25 21:34:55 +00:00
Ещё более адаптировано для телефона, пока кнопки не идеальны
This commit is contained in:
+26
-2
@@ -7,6 +7,8 @@ body {
|
||||
.Select {
|
||||
background-color: rgb(27, 29, 30);
|
||||
color: #fff;
|
||||
font-family: 'Mulish', sans-serif;
|
||||
font-size: 2vh;
|
||||
}
|
||||
.Select-input > input {
|
||||
color: #fff;
|
||||
@@ -18,6 +20,7 @@ body {
|
||||
background-color: rgb(25, 25, 25) !important;
|
||||
color: #fff;
|
||||
font-family: 'Mulish', sans-serif;
|
||||
font-size: 2vh;
|
||||
}
|
||||
.Select-menu-outer {
|
||||
background-color: rgb(27, 29, 30);
|
||||
@@ -30,9 +33,11 @@ body {
|
||||
|
||||
.Select-value {
|
||||
font-family: 'Mulish', sans-serif;
|
||||
font-size: 2vh;
|
||||
}
|
||||
.Select-placeholder {
|
||||
font-family: 'Mulish', sans-serif;
|
||||
font-size: 2vh;
|
||||
}
|
||||
|
||||
|
||||
@@ -45,6 +50,23 @@ body {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.logo {
|
||||
padding: 10px;
|
||||
width: 4vh;0
|
||||
}
|
||||
.git_logo {
|
||||
width: 3.2vh;
|
||||
}
|
||||
.soc_logo {
|
||||
width: 3.2vh;
|
||||
}
|
||||
|
||||
.react_vol_out {
|
||||
padding-top: 10vh;
|
||||
width: 80vh;
|
||||
}
|
||||
|
||||
|
||||
/* Иконка + текст слева в панели */
|
||||
.img_text_panel {
|
||||
display: flex;
|
||||
@@ -73,7 +95,8 @@ body {
|
||||
padding-left: 1%;
|
||||
padding-right: 4%;
|
||||
align-items: center;
|
||||
height: 60%;
|
||||
/* height: 60%; */
|
||||
height: 4vh;
|
||||
max-height: 35px;
|
||||
}
|
||||
/* Текст социалок */
|
||||
@@ -81,6 +104,7 @@ body {
|
||||
color: white;
|
||||
text-decoration: auto;
|
||||
padding-left: 8%;
|
||||
font-size: 1rem;
|
||||
font-size: 1.6vh;
|
||||
font-family: 'Mulish', sans-serif;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user