fixed mobile view

master
alicestrt 3 years ago
parent ea2f994674
commit 35be13c04c

@ -153,10 +153,10 @@ 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,10 +150,10 @@ 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,10 +138,10 @@ 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,10 +132,10 @@ 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,10 +143,10 @@ 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,10 +153,10 @@ 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,10 +134,10 @@ 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,10 +139,10 @@ 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