lain.church-fe/static/css/buttontile.css

13 lines
170 B
CSS
Raw Normal View History

2019-03-01 21:15:03 -05:00
.btncontainer {
display: inline-block;
text-align: center;
color: white;
max-width: 80px;
2019-03-07 04:00:13 -05:00
min-width: 80px;
2019-03-01 21:15:03 -05:00
}
.btnimg {
width: 64px;
height: 64px;
padding: 8px;
}