mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Refactored responsive stuff.
This commit is contained in:
@@ -17,17 +17,17 @@
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
.tablet({
|
||||
width: 50%;
|
||||
|
||||
h1 {
|
||||
margin: 1em 0 0 0;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@media screen and (max-width: 610px) {
|
||||
.largePhone({
|
||||
width: 100%;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
.slot {
|
||||
|
||||
Reference in New Issue
Block a user