Re-organised assets and updated gulpfile
This commit is contained in:
parent
1ed53d7357
commit
e3854c99be
123 changed files with 788 additions and 140 deletions
19
assets/sass/components/_meetups.sass
Normal file
19
assets/sass/components/_meetups.sass
Normal file
|
@ -0,0 +1,19 @@
|
|||
.meetups
|
||||
@include clearfix
|
||||
|
||||
ul
|
||||
list-style: none
|
||||
padding-left: 0
|
||||
margin-left: 0
|
||||
|
||||
li
|
||||
display: inline-block
|
||||
padding: 5px 0
|
||||
margin: 0 5px 5px 0
|
||||
|
||||
a
|
||||
display: block
|
||||
|
||||
img
|
||||
max-height: 40px
|
||||
width: auto
|
Loading…
Add table
Add a link
Reference in a new issue