mirror of
https://github.com/len0rd/personal-website.git
synced 2025-03-01 12:02:14 -05:00
17 lines
277 B
CSS
17 lines
277 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;
|
||
|
}
|