transformed page layout in multiple sections to have full screen height available

This commit is contained in:
asus
2023-12-03 19:25:12 +01:00
parent c21df45857
commit 385b43cfc6
6 changed files with 62 additions and 44 deletions

View File

@@ -4,7 +4,18 @@
place-items: center;
place-self: stretch;
*/
grid-template-columns: 1fr minmax(auto, 900px) 1fr;
}
#cv header {
height: 300px;
}
#cv article {
/*
max-width: 900px;
*/
}
#cv article h2 {
text-align: center;
}
#cv #cv_ascii {
/*
@@ -17,10 +28,11 @@
*/
}
#cv details {
margin: 10px 0px 10px 25px;
margin: 0px 0px 0px 25px;
}
#cv details ul {
#cv summary {
padding: 10px 0px;
}
#cv summary + * {
margin-top: 10px;
#cv .mouse {
margin-top: 150px;
}