Small fixes

This commit is contained in:
Jorit Tijsen
2024-04-05 16:07:59 +02:00
parent 4aa1fef3ad
commit 9c80727a03
17 changed files with 77 additions and 26 deletions

View File

@@ -29,3 +29,9 @@
a, a:hover, a:active {
color: #0f259d;
}
@media (min-width: 768px) {
.md_padding_top_80 {
padding-top: 80px
}
}

View File

@@ -75,11 +75,16 @@
margin-bottom: 20px;
li {
float: left;
@media (min-width: 768px) {
float: left;
}
margin-right: 40px;
padding: 9px 0;
&:first-child {
padding: 0;
@media (max-width: 768px) {
padding: 0 0 15px 0;
}
}
.logo {

View File

@@ -109,7 +109,7 @@
li {
float: left;
padding: 0 19px;
padding: 3px 19px;
margin: 8px;
border-right: 1px solid rgba(255, 255, 255, 0.2);
line-height: 2;
@@ -328,7 +328,8 @@
padding: 20px;
min-width: 70vw;
max-width: 100vw;
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
ul, li, li a {
width: 100%;

View File

@@ -12,3 +12,8 @@
text-align: left;
color: $text-dark-color;
}
.page_title2 {
@extend .page_title;
font-size: 30px;
}

View File

@@ -2,6 +2,10 @@
@use "../abstracts/variables" as *;
.podcast_items {
.box {
margin-bottom: 10px;
}
ul {
@include reset-list;
&.row {
@@ -11,7 +15,9 @@
}
li {
margin-bottom: 25px;
@media (min-width: 768px) {
margin-bottom: 25px;
}
h2 {
margin: 0;

View File

@@ -56,7 +56,7 @@
.sentence {
font-size: 12px;
font-style: italic;
line-height: 3.17;
line-height: 1.3;
text-align: right;
color: $text-description-color;
display: block;