summaryrefslogtreecommitdiff
path: root/sass/stones.scss
blob: 3635c3b841785b9585f36b08876ad11b29b829f2 (plain)
1
2
3
4
5
6
7
8
.stone {
    position: absolute;
    display: block;
}

.stone img {
    width:100%;
}