cv new version

This commit is contained in:
asus
2023-11-29 15:56:22 +01:00
parent 70b644595d
commit 09bdb21600
7 changed files with 50 additions and 30 deletions

View File

@@ -2,3 +2,14 @@
#projects figcaption {
padding: 20px 0px;
}
#projects figure.project {
max-width: 900px;
}
#projects #ljdp iframe {
height: 550px;
}
@media only screen and (min-width: 741px) {
#projects #ljdp iframe {
height: 660px;
}
}