transformed page layout in multiple sections to have full screen height available
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
|
||||
#projects .project_description {
|
||||
padding: 20px 0px;
|
||||
}
|
||||
#projects article h2 {
|
||||
text-align: center;
|
||||
#projects header {
|
||||
height: 300px;
|
||||
}
|
||||
#projects .project {
|
||||
max-width: 900px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
#projects article h2 {
|
||||
text-align: center;
|
||||
}
|
||||
#projects .project_description {
|
||||
padding: 20px 0px;
|
||||
}
|
||||
#projects #ljdp iframe {
|
||||
height: 550px;
|
||||
border: none;
|
||||
@@ -23,3 +26,6 @@
|
||||
#projects .project_description p {
|
||||
margin: 0px 0px 10px 0px;
|
||||
}
|
||||
#projects .mouse {
|
||||
margin-top: 150px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user