فهرست منبع

Add margin under lead copy and limit image width to container

Harish Narayanan 11 سال پیش
والد
کامیت
b5d7bdc37f
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      public/css/poole.css

+ 2 - 0
public/css/poole.css

@@ -204,6 +204,7 @@ img {
   display: block;
   margin: 0 0 1rem;
   border-radius: 5px;
+  max-width: 100%; !important
 }
 
 /* Tables */
@@ -233,6 +234,7 @@ tbody tr:nth-child(odd) th {
 .lead {
   font-size: 1.25rem;
   font-weight: 300;
+  margin-bottom: 1rem;
 }