.toolbar .social a {
margin-right: 30 * $px;
}
+ .more {
+ float: right;
+ a {
+ margin-right: 20 * $px;
+ color: #96928b;
+ }
+ }
+}
+
+.entry-wrapped img.entry-picture {
+ float: left;
+ margin: 0 1.5em 1em 0;
}
.entry-news {
.author {
font-weight: bold;
}
- .more {
- a {
- margin-right: 20 * $px;
- color: #96928b;
- }
+}
+
+.partners {
+ img {
+ width: 150px;
+ margin-right: 20px;
+ vertical-align: top;
+ }
+ p {
+ display: inline-block;
+ }
+ div {
+ display: inline-block;
+ width: 600px;
+ vertical-align: top;
+ text-align: justify;
}
}