add initial news design
This commit is contained in:
parent
52e962ae83
commit
f4596f41e4
12 changed files with 205 additions and 225 deletions
|
|
@ -8,3 +8,9 @@
|
|||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin media-breakpoint-up($breakpoint) {
|
||||
@media (min-width: $breakpoint) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue