add projects

This commit is contained in:
Maciej Barć
2020-09-19 23:02:25 +02:00
parent 3ceecd5787
commit 90aa5c22bf
7 changed files with 386 additions and 3 deletions

View File

@ -101,11 +101,18 @@ body {
color: rgba(133, 153, 0, 1);
}
#about img {
.src_prepare-picture {
display: block;
height: 50%;
margin-left: auto;
margin-right: auto;
height: 50%;
}
.projects-table tr,
.projects-table th,
.projects-table td {
font-size: calc(10px + 1vh);
padding: 5px;
}