PC styles nearly done
This commit is contained in:
parent
da9d0a1136
commit
79f7c4c16f
25 changed files with 221 additions and 208 deletions
|
|
@ -29,6 +29,11 @@
|
|||
height: $size;
|
||||
}
|
||||
|
||||
@mixin max-square($size) {
|
||||
max-width: $size;
|
||||
max-height: $size;
|
||||
}
|
||||
|
||||
@mixin title-font() {
|
||||
font: 400 3.33rem "Raleway", serif;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue