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