Commit 1514e03a by Vinod

Updated to flex box layout

parents f9148c92 5419f4b8
......@@ -85,17 +85,20 @@ body {
.main-logo {
display: flex;
flex-direction: row;
max-width: 100%;
width: 15%;
margin: 25px 0 0 25px;
}
.column .images {
display: flex;
max-width: 100%;
width: 35%;
margin: 5rem 0 0 19rem;
}
.row .column .image1 {
max-width: 100%;
width: 13%;
margin-left: 18rem;
position: absolute;
......@@ -104,6 +107,7 @@ body {
.row .column .image2 {
display: flex;
max-width: 100%;
width: 55%;
margin: 12rem 0 0 14rem;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment