mirror of
https://github.com/len0rd/personal-website.git
synced 2025-03-01 12:02:14 -05:00
37 lines
441 B
CSS
37 lines
441 B
CSS
img {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding-top: 2vh;
|
|
padding-bottom: 2vh;
|
|
width: 50%;
|
|
}
|
|
|
|
iframe {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 50%;
|
|
margin-top: 2vh;
|
|
margin-bottom: 2vh;
|
|
}
|
|
|
|
p {
|
|
padding-left: 5%;
|
|
}
|
|
|
|
ul {
|
|
margin-left: 5%;
|
|
}
|
|
|
|
ol {
|
|
margin-left: 5%;
|
|
}
|
|
|
|
li p {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.sticky-offset {
|
|
top: 56px !important;
|
|
} |