44 lines
523 B
CSS
44 lines
523 B
CSS
.records {
|
|
font-size: 12px;
|
|
padding: 30px;
|
|
color: #363636;
|
|
}
|
|
|
|
.myNav {
|
|
background-color: #A4A4A4;
|
|
color: #363636;
|
|
}
|
|
|
|
.column {
|
|
float: none;
|
|
width: 40%;
|
|
background-color: #B1B1B1;
|
|
padding: 2%;
|
|
}
|
|
|
|
.row:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
.buffer {
|
|
width: 2%;
|
|
background-color: #363636;
|
|
}
|
|
|
|
.allmostbiggertext {
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.body {
|
|
background-color: #363636;
|
|
justify-content: center;
|
|
}
|
|
.col-centered{
|
|
float: none;
|
|
margin: 0 auto;
|
|
}
|