Skip to content

Commit 8164294

Browse files
committed
add container styles
1 parent d22acb5 commit 8164294

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

assets/css/styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,12 @@ img {
557557

558558
/*=============== BREAKPOINTS ===============*/
559559
/* For small devices */
560+
@media screen and (max-width: 360px) {
561+
.container {
562+
margin-inline: 1rem;
563+
}
564+
}
565+
560566
@media screen and (max-width: 330px) {
561567
.home__title {
562568
font-size: 1.8rem;

0 commit comments

Comments
 (0)