mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-06 22:27:50 -04:00
add about me. archive old posts
This commit is contained in:
parent
c6645e6431
commit
f87f46701b
7 changed files with 58 additions and 1 deletions
25
_static/customizations.css
Normal file
25
_static/customizations.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue