mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
21 lines
278 B
Sass
21 lines
278 B
Sass
#about-view
|
|
|
|
@import "bootstrap/variables"
|
|
|
|
.team-column
|
|
padding-left: 0
|
|
|
|
ul.thumbnails
|
|
margin-left: 40px
|
|
padding: 0
|
|
|
|
li
|
|
list-style-type: none
|
|
padding-bottom: 20px
|
|
|
|
|
|
img
|
|
float: left
|
|
width: 150px
|
|
height: 150px
|
|
|