cleanup c.d.

This commit is contained in:
2023-09-29 16:49:37 +02:00
parent d28d600833
commit 6aec1a75c9
10 changed files with 126 additions and 169 deletions
+3 -18
View File
@@ -1,6 +1,5 @@
@import 'responsive.scss';
@import 'animations.scss';
//Styles
.list_wrapper {
overflow-y: auto;
@@ -10,10 +9,6 @@
padding-right: 0.2em;
}
.journal-list {
position: relative;
}
.journal_wrapper {
max-width: 1350px;
width: 100%;
@@ -41,8 +36,8 @@
}
}
.schedule-dates > * {
margin-right: 0.25em;
.journal_item {
cursor: pointer;
}
.journal_item,
@@ -50,6 +45,7 @@
background-color: #1a1a1a;
padding: 1em;
margin-bottom: 1em;
cursor: pointer;
}
.journal_top-bar {
@@ -59,7 +55,6 @@
gap: 0.5em;
position: relative;
margin-bottom: 0.5em;
}
@@ -72,10 +67,6 @@
}
@include smallScreen() {
.list_wrapper {
font-size: 1.1em;
}
.journal_top-bar {
justify-content: center;
flex-wrap: wrap;
@@ -85,9 +76,3 @@
text-align: center;
}
}
@media (orientation: landscape) {
.list_wrapper {
font-size: 1em;
}
}