Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit 07c1965

Browse files
committed
button: fix Take Pic! Button for devices with max-width @ 1024px
Change-Id: I9bcce741affd2502beef3b72224c93602c726d5e
1 parent 1427cff commit 07c1965

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

resources/sass/partials/_button.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,10 @@
9090
display: inline;
9191
}
9292
}
93-
}
93+
}
94+
95+
@media screen and (max-width: 1024px) {
96+
.takePic {
97+
padding: 10px 30px;
98+
}
99+
}

0 commit comments

Comments
 (0)