starting new design by section with home taking all screen height

This commit is contained in:
asus
2023-12-03 15:33:39 +01:00
parent 6b1370131d
commit c21df45857
7 changed files with 315 additions and 456 deletions

View File

@@ -2,8 +2,13 @@
#projects .project_description {
padding: 20px 0px;
}
#projects article h2 {
text-align: center;
}
#projects .project {
max-width: 900px;
display: flex;
flex-direction: column;
}
#projects #ljdp iframe {
height: 550px;