#24 Fix author box on screens < = 400px, thanks rlerch!
Merged 3 years ago by pfrields. Opened 3 years ago by pfrields.
pfrields/fedoramagazine-theme fix-author-box  into  master

file modified
+2 -2
@@ -3085,8 +3085,8 @@ 

  	/* Post Author */ 

  	

  	.post-author { 

- 		padding: 20px; 

- 		margin-top: 25px;

+ 		padding: 20px 20px 20px 100px;

+ 		margin-top: 30px;

  		min-height: intrinsic;

  	}

  			

no initial comment

Ryan had the fix, I just sent it to git. Tested good here via Vagrant.

Pull-Request has been merged by pfrields

3 years ago
Metadata