Преглед на файлове

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

maTh преди 2 години
родител
ревизия
6901ff1e70
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  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 {
 	padding-top: calc(2 * var(--frss-padding-top-bottom));
+	padding-bottom: calc(var(--frss-padding-top-bottom));
 }
 
 .content footer {

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

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