summaryrefslogtreecommitdiff
path: root/sass/stones.scss
blob: 65ad97079615978ddd0ae54a3cbb8746d7c93541 (plain)
1
2
3
4
5
6
7
8
9
10
@import "variables";

.stone {
    position: absolute;
    display: block;
}

.stone img {
    width:100%;
}