mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-15 16:12:16 -06:00
update transitions
This commit is contained in:
@@ -29,6 +29,10 @@ $mobile-width: 480px;
|
||||
$small-mobile-width: 360px;
|
||||
$tiny-mobile-width: 330px;
|
||||
|
||||
@mixin transition {
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
@mixin thirteen {
|
||||
@media screen and (max-width: #{$thirteen-inch}) {
|
||||
@content;
|
||||
|
||||
Reference in New Issue
Block a user