12 lines
230 B
SCSS
Raw Normal View History

2019-12-19 14:23:11 +09:00
.read-here {
display: flex;
align-content: center;
flex-flow: row;
//background-color: rgba(0, 0, 0, 0.4);
padding: 4px 10px;
color: #ffffff;
border-radius: 100px;
justify-content: center;
margin: 10px 0 20px;
2019-12-19 14:23:11 +09:00
}