Skip to content

Commit 0682199

Browse files
Update Direction for No-results
1 parent 2e738ad commit 0682199

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pages/podcasts/index.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,8 @@ html[data-theme="light"] {
793793

794794
/* No Results */
795795
.no-results {
796+
display: flex;
797+
flex-direction: column;
796798
text-align: center;
797799
padding: 80px 20px;
798800
max-width: 400px;
@@ -801,15 +803,14 @@ html[data-theme="light"] {
801803

802804
.no-results-icon {
803805
font-size: 64px;
804-
margin-bottom: 24px;
805806
opacity: 0.6;
807+
margin: 0; /* removes default browser margin */
806808
}
807809

808810
.no-results h3 {
809811
font-size: 24px;
810812
font-weight: 700;
811813
color: var(--podcast-text-primary);
812-
margin-bottom: 12px;
813814
}
814815

815816
.no-results p {

0 commit comments

Comments
 (0)