fix
This commit is contained in:
@ -1258,6 +1258,20 @@ button.comment_open:hover {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.outer p {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
.outer h2 {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
.sns-link {
|
||||
background: #fff;
|
||||
margin: 50px 0;
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
@media screen and (max-width:1000px) {
|
||||
html {
|
||||
font-size: 100%;
|
||||
@ -1284,4 +1298,11 @@ button.comment_open:hover {
|
||||
.content p img {
|
||||
width:100%;
|
||||
}
|
||||
.outer p {
|
||||
padding: 15px;
|
||||
}
|
||||
.outer h2 {
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user