Browse Source

Add margin under lead copy and limit image width to container

Harish Narayanan 11 years ago
parent
commit
b5d7bdc37f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      public/css/poole.css

+ 2 - 0
public/css/poole.css

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