Commit 1a88664d by Siyam Kumar

removewidth

parent 4b329b58
...@@ -3,12 +3,11 @@ header { ...@@ -3,12 +3,11 @@ header {
position: sticky; position: sticky;
top: 0; top: 0;
background-color: #fcf8f8; background-color: #fcf8f8;
width: 445px;
} }
header > img { header > img {
filter: invert(1); filter: invert(1);
height: 30px; height: 20px;
} }
.container h4 { .container h4 {
...@@ -33,12 +32,11 @@ hr { ...@@ -33,12 +32,11 @@ hr {
} }
.container > div { .container > div {
width: 390px;
padding: 40px; padding: 40px;
} }
.container> :nth-child(1) { .container> :nth-child(1) {
background-color: #62c662; background-color: #62c662;
} }
.container> :nth-child(2) { .container> :nth-child(2) {
background-color: #f7b528; background-color: #f7b528;
...@@ -59,6 +57,7 @@ hr { ...@@ -59,6 +57,7 @@ hr {
.mainimage { .mainimage {
display: block; display: block;
margin: auto; margin: auto;
max-width: 100%;
} }
.desc { .desc {
...@@ -67,4 +66,6 @@ hr { ...@@ -67,4 +66,6 @@ hr {
.subimage { .subimage {
margin-bottom: 30px; margin-bottom: 30px;
max-height: 60px;
max-width: 130px;
} }
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