From 7c00ef53ceffe9aeff89cc51cd7bca3b002728f3 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Feb 01 2016 11:10:44 +0000 Subject: Make the cards have rounded corners --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 0f28c75..dbf8bd5 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -209,9 +209,9 @@ color: #bbb; .projecticon-search .oi { -font-size: 2.5rem; -line-height: 3rem; -color: #bbb; + font-size: 2.5rem; + line-height: 3rem; + color: #bbb; } .repo_desc @@ -233,9 +233,12 @@ color: #bbb; .project_wrapper { -border:1px solid #ddd; -position:relative; + border:1px solid #ddd; + position:relative; + border-radius: .25rem; + overflow: hidden; } + .project_metadata { @@ -244,6 +247,7 @@ position:relative; width:100%; margin-top:2px; } + /*@media (min-width:768px) { .container { max-width:55pc