Add post content and team logo styling

This commit is contained in:
Brian Miyaji
2016-12-12 19:20:19 +11:00
parent ab72babbfc
commit 8bba225d45

View File

@@ -340,6 +340,14 @@
margin: 0 !important;
}
/* Teams */
.sp-template-logo {
float: right !important;
margin: 0 0 20px 20px !important;
clear: none !important;
}
/* Profiles */
.sp-template-details dl {
@@ -412,6 +420,12 @@
border-bottom-color: #00a69c !important;
}
/* Post Content */
.sp-post-content {
clear: none;
}
/* Media Queries */
@media screen and (min-width: 601px) {