Commit e874473a by Sakilesh J

fix the size

parent 40964e0e
...@@ -105,11 +105,12 @@ nav img{ ...@@ -105,11 +105,12 @@ nav img{
} }
.card{ .card{
width: 100%; width: 100%;
min-height: 100vh; min-height: 800px;
flex-direction: column; flex-direction: column;
justify-content: space-evenly; justify-content: space-evenly;
align-items: center; align-items: center;
padding: 4rem 0; padding: 4rem 0;
flex-shrink: 0;
} }
.card .about ,.card > :nth-child(2){ .card .about ,.card > :nth-child(2){
width: 84%; width: 84%;
......
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