website/static/css/resume.css

23 lines
213 B
CSS
Raw Permalink Normal View History

2020-09-13 21:23:25 -04:00
.shortlist {
2019-01-08 14:00:51 -05:00
margin: 2%;
}
2020-09-13 21:23:25 -04:00
.center {
display: block;
margin: auto;
text-align: center;
}
table {
width: 60%;
margin-left: auto;
2020-09-13 21:25:50 -04:00
margin-right: 15%;
2020-09-13 21:23:25 -04:00
}
img {
width: 45%;
display: block;
margin: auto;
}