Rev 148 | Rev 153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 148 | Rev 149 | ||
---|---|---|---|
Line 965... | Line 965... | ||
965 | /* Wait 1s for bow to become shallower */
|
965 | /* Wait 1s for bow to become shallower */
|
966 | Mixins::transition('', 'bottom 2.5s 0.5s ease'); |
966 | Mixins::transition('', 'bottom 2.5s 0.5s ease'); |
967 | ?>
|
967 | ?>
|
968 | }
|
968 | }
|
969 | 969 | ||
970 | @media all and (min-width: 1024px) {
|
970 | @media all and (min-width: 1024px) and (min-height: 364px) {
|
971 | body {
|
971 | body {
|
972 | margin-left: 22em; |
972 | margin-left: 22em; |
973 | <?php |
973 | <?php |
974 | Mixins::transition('', 'margin-left 0.5s 0.5s ease'); |
974 | Mixins::transition('', 'margin-left 0.5s 0.5s ease'); |
975 | ?>
|
975 | ?>
|