Commit d9982d7e by Vinod

MInor changes

parent 43342931
...@@ -8,30 +8,31 @@ body { ...@@ -8,30 +8,31 @@ body {
width: 100%; width: 100%;
height: 100%; height: 100%;
color: white; color: white;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
} }
.container>div:nth-child(1) { .container > div:nth-child(1) {
background-color: #41ca6e; background-color: #41ca6e;
} }
.container>div:nth-child(2) { .container > div:nth-child(2) {
background-color: #fab153; background-color: #fab153;
} }
.container>div:nth-child(3) { .container > div:nth-child(3) {
background-color: #7277d5; background-color: #7277d5;
} }
.container>div:nth-child(4) { .container > div:nth-child(4) {
background-color: #f87d51; background-color: #f87d51;
} }
.container>div:nth-child(5) { .container > div:nth-child(5) {
background-color: #ed5466; background-color: #ed5466;
} }
.container>div:nth-child(6) { .container > div:nth-child(6) {
background-color: #4ec2e7; background-color: #4ec2e7;
} }
...@@ -43,8 +44,8 @@ body { ...@@ -43,8 +44,8 @@ body {
.card { .card {
float: left; float: left;
width: calc(100%/3); width: calc(100% / 3);
height: calc(100%/2); height: calc(100% / 2);
} }
.wrapper { .wrapper {
...@@ -137,26 +138,26 @@ body { ...@@ -137,26 +138,26 @@ body {
} }
.image-block { .image-block {
width: 100%; width: 60%;
float: none; float: none;
margin-left: 30%; margin-left: 30%;
} }
.image-block .images { .image-block .images {
float: none; float: none;
width: 26%; width: 50%;
margin: 10% 0 0 5%; margin: 10% 0 0 5%;
} }
.image-block .image1 { .image-block .image1 {
width: 30%; width: 50%;
float: none; float: none;
margin-top: 8%; margin-top: 8%;
} }
.image-block .image2 { .image-block .image2 {
float: none; float: none;
width: 45%; width: 75%;
margin: 10% 30% 0 0; margin: 10% 30% 0 0;
} }
...@@ -213,7 +214,7 @@ body { ...@@ -213,7 +214,7 @@ body {
@media (min-width: 768px) and (max-width: 992px) { @media (min-width: 768px) and (max-width: 992px) {
.card { .card {
width: 50%; width: 50%;
min-height: 21em; min-height: 20em;
} }
} }
......
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