Day 265
Finishing up the responsive
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
/* Mobile */
@media only screen and (max-width: 600px){
.container {
width: 100%;
}
.header-left {
width: 100%;
}
.header-right {
width: 100%;
}
.lets-you-row .left-column {
width: 50%;
}
.lets-you-row .center-column {
width: 50%;
}
.lets-you-row .right-column {
width: 100%;
}
.advanced-table .image-head {
width: 100%;
}
.advanced-table .left-column {
width: 100%;
}
.advanced-table .left-column .appstore-icon {
text-align: center;
width: 100%;
}
.advanced-table .right-column .playstore-icon {
text-align: center;
width: 100%;
}
.advanced-table .right-column {
width: 100%;
}
.join-together-table .left-column {
width: 100%;
padding: 20px 75px !important;
}
.join-together-table .center-column {
width: 100%;
padding: 20px 75px !important;
}
.join-together-table .right-column {
width: 100%;
padding: 20px 75px !important;
}
.detail-table .one-row-table .left-column {
width: 100%;
}
.detail-table .one-row-table .right-column {
width: 100%;
}
}
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
/* Mobile */
@media only screen and (max-width: 600px){
.container {
width: 100%;
}
.header-left {
width: 100%;
}
.header-right {
width: 100%;
}
.lets-you-row .left-column {
width: 50%;
}
.lets-you-row .center-column {
width: 50%;
}
.lets-you-row .right-column {
width: 100%;
}
.advanced-table .image-head {
width: 100%;
}
.advanced-table .left-column {
width: 100%;
}
.advanced-table .left-column .appstore-icon {
text-align: center;
width: 100%;
}
.advanced-table .right-column .playstore-icon {
text-align: center;
width: 100%;
}
.advanced-table .right-column {
width: 100%;
}
.join-together-table .left-column {
width: 100%;
padding: 20px 75px !important;
}
.join-together-table .center-column {
width: 100%;
padding: 20px 75px !important;
}
.join-together-table .right-column {
width: 100%;
padding: 20px 75px !important;
}
.detail-table .one-row-table .left-column {
width: 100%;
}
.detail-table .one-row-table .right-column {
width: 100%;
}
}
Comments
Post a Comment