Tweak css

This commit is contained in:
lostinlight 2018-03-17 04:28:25 +03:00
parent 7db0a8ac47
commit f8739096b5
2 changed files with 5 additions and 1 deletions

View File

@ -53,7 +53,7 @@
</div> </div>
</div> </div>
<p><%= world.descr %></p> <p class="description"><%= world.descr %></p>
<% if (stars !== "") { %> <% if (stars !== "") { %>
<div class="section u-block with-image"> <div class="section u-block with-image">

View File

@ -15,6 +15,10 @@
text-align: right; text-align: right;
} }
.network p.description {
margin: 1em 0 2em;
}
@media screen and (max-width: $mq-small) { @media screen and (max-width: $mq-small) {
.network aside { .network aside {
display: none; display: none;