personal-website/_static/customizations.css

26 lines
303 B
CSS
Raw Normal View History

2025-02-03 12:10:36 -05:00
.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;
}