Difference between revisions of "Team:Bielefeld-CeBiTec/CSS"

Line 40: Line 40:
  
 
.content {
 
.content {
margin-bottom: 30px;
+
 
background-color: white;
 
background-color: white;
 
    margin-top: 60px;
 
 
border: 1px solid #000000;
 
border: 1px solid #000000;
 
border-radius: 0px;
 
border-radius: 0px;
 
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
 
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
 
min-height: 100px;
 
min-height: 100px;
    padding-bottom: 50px;
+
        border-top: none;
 +
border-bottom: none;
 
}
 
}
  
 
.container{
 
.container{
max-width:980px;
+
max-width:100%;
 
margin-top:80px;
 
margin-top:80px;
 
margin-bottom:60px;
 
margin-bottom:60px;

Revision as of 15:01, 23 July 2018