site: improve responsive style

This commit is contained in:
afc163 2018-01-27 15:17:43 +08:00
parent 76c7ce669a
commit 70569c6d28
2 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,7 @@
.text-wrapper {
width: 54%;
max-width: 560px;
max-width: 420px;
min-height: 336px;
color: #0d1a26;
> * {

View File

@ -241,6 +241,8 @@
display: inline-block;
text-align: center;
margin: auto;
max-width: unset;
min-width: unset;
}
.img-wrapper {
position: initial;