spjall / css /main.css
clr's picture
Update css/main.css
37fdc1c
raw
history blame
583 Bytes
/* Global page and element settings ----------------------------------------------------- */
body {
font-size: 16px;
font-family: "Montserrat", Helvetica, sans-serif !important;
}
/* Colors */
.dark-blue {
color: #20364c !important;
}
p, table, tr, td, ul, li, blockquote, nav, a, footer, dl, dt, dd {
font-size: 1.5rem;
font-weight: 400;
}
ul {
width: 80%;
}
.row {
width: 80%;
display: table;
}
.row:nth-child(even) {
text-align: right;
color: #0274ba;
}
.row:nth-child(odd) {
text-align: left;
color: #530707;
}
/* .text {
background: #e7fefc;
} */