Small fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
5
resources/assets/sass/components/_menu.scss
vendored
5
resources/assets/sass/components/_menu.scss
vendored
@@ -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%;
|
||||
|
||||
@@ -12,3 +12,8 @@
|
||||
text-align: left;
|
||||
color: $text-dark-color;
|
||||
}
|
||||
|
||||
.page_title2 {
|
||||
@extend .page_title;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
2
resources/assets/sass/components/_post.scss
vendored
2
resources/assets/sass/components/_post.scss
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user