Browse Source

improved: Gap between header and first image (#6299)

maTh 1 year ago
parent
commit
6901ff1e70
2 changed files with 2 additions and 0 deletions
  1. 1 0
      p/themes/base-theme/frss.css
  2. 1 0
      p/themes/base-theme/frss.rtl.css

+ 1 - 0
p/themes/base-theme/frss.css

@@ -1424,6 +1424,7 @@ a.website:hover .favicon {
 
 
 .content header {
 .content header {
 	padding-top: calc(2 * var(--frss-padding-top-bottom));
 	padding-top: calc(2 * var(--frss-padding-top-bottom));
+	padding-bottom: calc(var(--frss-padding-top-bottom));
 }
 }
 
 
 .content footer {
 .content footer {

+ 1 - 0
p/themes/base-theme/frss.rtl.css

@@ -1424,6 +1424,7 @@ a.website:hover .favicon {
 
 
 .content header {
 .content header {
 	padding-top: calc(2 * var(--frss-padding-top-bottom));
 	padding-top: calc(2 * var(--frss-padding-top-bottom));
+	padding-bottom: calc(var(--frss-padding-top-bottom));
 }
 }
 
 
 .content footer {
 .content footer {