bulma/docs/_sass/sponsors.sass

36 lines
578 B
Sass
Raw Normal View History

2017-12-04 13:11:09 +00:00
.bd-sponsors
align-items: center
display: flex
a
align-items: center
display: flex
justify-content: center
2017-12-09 15:28:43 +00:00
margin-right: 3rem
2017-12-04 13:11:09 +00:00
width: 150px
2018-02-14 23:00:19 +00:00
.bd-sponsor
margin-left: auto
margin-right: auto
text-align: center
.bd-sponsor-title
font-size: $size-small
margin-bottom: 1em
opacity: 0.5
.bd-sponsor-list
align-items: center
display: flex
2018-04-02 22:29:59 +00:00
flex-wrap: wrap
2018-02-14 23:00:19 +00:00
justify-content: center
a
align-items: center
display: flex
justify-content: center
2018-04-04 14:00:45 +00:00
margin: 1rem
width: 160px
img
max-height: 60px
width: auto
2018-04-02 22:29:59 +00:00