Commit 9c00d7bd by Ari Agung Prasetiyo Committed by Ari Agung Prasetiyo

update

1 parent 78e66b39
...@@ -108,13 +108,15 @@ hr { ...@@ -108,13 +108,15 @@ hr {
margin-right: -43px; margin-right: -43px;
} }
.col1 img { .col1 img {
height: 51% !important; /* height: 49% !important; */
width: 87% !important; /* width: 87% !important; */
height: 276px !important;
width: 217px !important;
} }
.col2 { /* .col2 {
width: 79%; width: 79%;
} } */
@media only screen and (max-width: 640px){ @media only screen and (max-width: 640px){
...@@ -131,6 +133,10 @@ hr { ...@@ -131,6 +133,10 @@ hr {
font-size: 1.5em !important; font-size: 1.5em !important;
font-weight: bold !important; font-weight: bold !important;
} }
.col1 img {
height: 49% !important;
width: 87% !important;
}
.col2{ .col2{
width: 100%; width: 100%;
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!