fixed mobile view

master
alicestrt 3 years ago
parent ea2f994674
commit 35be13c04c

@ -153,9 +153,9 @@ a {
} }
@media (max-width: 575px){ @media (max-width: 575px){
.small_icon { #illustration {
display: none; width: 60%;
padding-left: 20%;
} }
.title_story { .title_story {
font-size: 48px; font-size: 48px;

@ -150,9 +150,9 @@ a {
} }
@media (max-width: 575px){ @media (max-width: 575px){
.small_icon { #illustration {
display: none; width: 60%;
padding-left: 20%;
} }
.title_story { .title_story {
font-size: 48px; font-size: 48px;

@ -138,9 +138,9 @@ visibility: hidden;
@media (max-width: 575px){ @media (max-width: 575px){
.small_icon { #illustration {
display: none; width: 60%;
padding-left: 20%;
} }
.title_story { .title_story {
font-size: 48px; font-size: 48px;

@ -132,9 +132,9 @@ a {
@media (max-width: 575px){ @media (max-width: 575px){
.small_icon { #illustration {
display: none; width: 60%;
padding-left: 20%;
} }
.title_story { .title_story {
font-size: 48px; font-size: 48px;

@ -143,9 +143,9 @@ a {
} }
@media (max-width: 575px){ @media (max-width: 575px){
.small_icon { #illustration {
display: none; width: 60%;
padding-left: 20%;
} }
.title_story { .title_story {
font-size: 48px; font-size: 48px;

@ -153,9 +153,9 @@ a {
} }
@media (max-width: 575px){ @media (max-width: 575px){
.small_icon { #illustration {
display: none; width: 60%;
padding-left: 20%;
} }
.title_story { .title_story {
font-size: 48px; font-size: 48px;

@ -134,9 +134,9 @@ visibility: hidden;
@media (max-width: 575px){ @media (max-width: 575px){
.small_icon { #illustration {
display: none; width: 60%;
padding-left: 20%;
} }
.title_story { .title_story {
font-size: 48px; font-size: 48px;

@ -152,10 +152,7 @@ a {
@media (max-width: 575px){ @media (max-width: 575px){
.small_icon {
display: none;
}
.title_story { .title_story {
font-size: 48px; font-size: 48px;
} }
@ -170,6 +167,11 @@ a {
.photo { .photo {
padding-bottom: 40px; padding-bottom: 40px;
} }
#illustration {
width: 60%;
padding-left: 20%;
}
} }
</style> </style>

@ -160,8 +160,8 @@ a {
} }
#illustration { #illustration {
width: 60%; width: 50%;
display: block; padding-left: 30%;
} }
} }

@ -139,9 +139,9 @@ a {
@media (max-width: 575px){ @media (max-width: 575px){
.small_icon { #illustration {
display: none; width: 60%;
padding-left: 20%;
} }
.title_story { .title_story {
font-size: 48px; font-size: 48px;

Loading…
Cancel
Save