cv new version
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
place-items: center;
|
||||
place-self: stretch;
|
||||
*/
|
||||
max-width: 900px;
|
||||
}
|
||||
#cv #cv_ascii {
|
||||
/*
|
||||
@@ -15,14 +16,12 @@
|
||||
place-self: center;
|
||||
*/
|
||||
}
|
||||
|
||||
#cv details {
|
||||
/*
|
||||
*/
|
||||
margin: 10px 0px;
|
||||
}
|
||||
#cv details ul {
|
||||
padding-left: 35px;
|
||||
}
|
||||
#cv summary + * {
|
||||
/*
|
||||
*/
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user