Changes

no edit summary
Line 187: Line 187:  
   display: table;
 
   display: table;
 
   clear: both;
 
   clear: both;
 +
}
 +
 +
.linkbutton {
 +
    background-color: #F0A1A6;
 +
    padding: 10px;
 +
    margin-top: 15px;
 +
    border-radius: 5px;
 +
    display: inline-block;
 +
}
 +
 +
.linkbutton a {
 +
color: black;
 
}
 
}
 
/* For smaller screen sizes */
 
/* For smaller screen sizes */