personal-website/_static/customizations.css
2025-02-03 12:10:36 -05:00

26 lines
303 B
CSS

.column {
float: left;
width: 50%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
.left {
width: 35%;
}
.right {
width: 65%;
}
.centered-content {
display: flex;
align-items: center;
justify-content: center;
}