1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
1.1 KiB

.post-box {
display: block;
justify-content: center;
width: 100%;
max-width: 1000px;
margin: 40px 0 0;
border: 1px solid #A337F0;
border-radius: 15px;
padding: 35px 35px 20px;
}
.post-box-title {
height: 60px;
vertical-align: middle;
list-style: none;
}
.post-box-title::-webkit-details-marker {
display:none;
}
.post-box-title h2 {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
font-size: 35px;
}
.post-box hr {
margin-bottom: 30px;
}
.post-box-title:hover {
color: #D092FC
}
.post-box-title img {
display: inline-block;
width: 50px;
margin-right: 10px;
vertical-align: top;
}
.post-box-title p {
float: right;
margin-top: 10px;
}
.content li {
font-size: 16px;
}
//.post-box details {
// margin-top: 30px;
//}
//
//.post-box summary {
// color: #D092FC;
//}
//.post-box summary:hover {
// color: white;
//}
@media only screen and (max-width: 900px) {
.post-box-title {
height: auto;
text-align: center;
justify-content: center;
}
.post-box-title p {
float: none;
clear: both;
margin-top:20px;
}
.post-box hr {
width: 0;
}
}