Team:UNITN-Trento/CSS/Project/Datapage

From 2013.igem.org

(Difference between revisions)
Line 12: Line 12:
#tn-content img {
#tn-content img {
     margin-bottom: 2em;
     margin-bottom: 2em;
-
    width:100%;
+
max-width:960px; 
 +
width:100%;
   border-radius: 20px;
   border-radius: 20px;
border: 8px solid white;
border: 8px solid white;
}
}

Revision as of 11:20, 19 September 2013

  1. tn-content {
   font-family: "Cabin", serif;
   font-size: 14.4px;
   text-align: justify;

}

  1. tn-content .inner_content {
   padding-top: 3em;

}

  1. tn-content img {
   margin-bottom: 2em;

max-width:960px;

width:100%;
  border-radius: 20px;

border: 8px solid white; }