Poprawki responsywności; dodano wyszukiwanie scenerii

This commit is contained in:
2022-09-27 18:58:46 +02:00
parent c5e68c4d03
commit 29a02dd98f
14 changed files with 63 additions and 29 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
@include smallScreen() {
.list_wrapper {
font-size: 1.25em;
font-size: 1.1em;
}
.journal_top-bar {
-7
View File
@@ -116,9 +116,6 @@ h1.option-title {
}
.search-box {
.search_input {
}
.search-exit {
position: absolute;
transform: translateY(-50%);
@@ -129,10 +126,6 @@ h1.option-title {
}
@include smallScreen() {
.filters-options {
font-size: 1.2em;
}
h1 {
text-align: center;
+2 -1
View File
@@ -114,7 +114,8 @@ input {
color: white;
font-size: 1em;
padding: 0.15em;
background-color: #333;
padding: 0.15em 0.5em;
outline: none;