We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e738ad commit 0682199Copy full SHA for 0682199
src/pages/podcasts/index.css
@@ -793,6 +793,8 @@ html[data-theme="light"] {
793
794
/* No Results */
795
.no-results {
796
+ display: flex;
797
+ flex-direction: column;
798
text-align: center;
799
padding: 80px 20px;
800
max-width: 400px;
@@ -801,15 +803,14 @@ html[data-theme="light"] {
801
803
802
804
.no-results-icon {
805
font-size: 64px;
- margin-bottom: 24px;
806
opacity: 0.6;
807
+ margin: 0; /* removes default browser margin */
808
}
809
810
.no-results h3 {
811
font-size: 24px;
812
font-weight: 700;
813
color: var(--podcast-text-primary);
- margin-bottom: 12px;
814
815
816
.no-results p {
0 commit comments