Skip to content

Instantly share code, notes, and snippets.

@kevinchugh
Created December 10, 2015 19:46
Show Gist options
  • Save kevinchugh/8e2e8a731dc22c83eddb to your computer and use it in GitHub Desktop.
Save kevinchugh/8e2e8a731dc22c83eddb to your computer and use it in GitHub Desktop.
css
@media (max-width:992px) and (min-width:500px) {
7562
- .btn-circle.btn-xl{
7563
- width: 110px;
7564
- height: 110px;
7565
- border-radius:50%;
7566
- font-size: 25px;
7567
- line-height: 100px;
7568
- }
7569
- .submission-button-height{
7570
- height:120px;
7571
- }
7572
- .v-small-button {
7573
- line-height: 120px;
7574
- }
7575
-}​
7576
-@media only screen and (min-width : 1360px) {
7561
+@media only screen and (min-width : 500px) {
7577 7562
.btn-circle.btn-xl{
7578 7563
width: 110px;
7579 7564
height: 110px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment