Skip to content

Commit

Permalink
insertion and adjustments in elementor mobile 600 and 450 px
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatasASB committed Nov 29, 2024
1 parent f049523 commit 57f6845
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,35 @@ footer {
margin-top: 20px;
padding: 10px;
color: #555;
}
}
@media (max-width:600px) {
.initial {
margin: 0;
}
.fight {
margin-left: 3px;
}
.title-last-fight {
margin-left: 3px;
}
.video-last-fight iframe {
margin-left: 3px;
}
}
@media (max-width:450px) {
.fight {
margin-left: 0;
}
.title-last-fight {
margin-left: 0;
}
.video-last-fight iframe {
margin-left: 0;
}
.green {
height: 110.344px;
}
.red {
height: 73.563px;
}
}

0 comments on commit 57f6845

Please sign in to comment.