Commit 1a88664d by Siyam Kumar

removewidth

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