Add sass mixins, update experience
This commit is contained in:
parent
a4217b4953
commit
5e3a9c3b4c
4 changed files with 41 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
.project
|
||||
&__company--has-logo
|
||||
.project-company
|
||||
&.has-logo
|
||||
a:link,
|
||||
a:hover
|
||||
border-bottom: 0
|
||||
|
@ -8,8 +8,8 @@
|
|||
img
|
||||
max-width: 75%
|
||||
|
||||
+breakpoint($screen-sm)
|
||||
+tablet
|
||||
max-width: 50%
|
||||
|
||||
+breakpoint($screen-md)
|
||||
+desktop
|
||||
max-width: 33.3%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue