Removed guidelines title, it looks better without.
This commit is contained in:
parent
012171635e
commit
773bccd009
2 changed files with 24 additions and 33 deletions
|
@ -1,12 +1,9 @@
|
|||
.profile__guidelines {
|
||||
margin-bottom: 2px;
|
||||
|
||||
&__content {
|
||||
display: flex;
|
||||
flex-wrap: auto;
|
||||
justify-content: space-evenly;
|
||||
padding: 2px;
|
||||
}
|
||||
margin-bottom: 2px;
|
||||
|
||||
&__section {
|
||||
width: 100%;
|
||||
|
|
|
@ -73,11 +73,6 @@
|
|||
|
||||
{% if is_editing %}
|
||||
<div class="container container--new profile__guidelines">
|
||||
<div class="container__title">
|
||||
Guidelines
|
||||
</div>
|
||||
|
||||
<div class="profile__guidelines__content">
|
||||
<ul class="profile__guidelines__section">
|
||||
<li class="profile__guidelines__line profile__guidelines__line--header">General</li>
|
||||
<li class="profile__guidelines__line">Keep things sane and generally suitable for all ages.</li>
|
||||
|
@ -103,7 +98,6 @@
|
|||
</ul>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="warning">
|
||||
<div class="warning__content">
|
||||
|
|
Loading…
Add table
Reference in a new issue