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 {
|
.profile__guidelines {
|
||||||
margin-bottom: 2px;
|
|
||||||
|
|
||||||
&__content {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: auto;
|
flex-wrap: auto;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
margin-bottom: 2px;
|
||||||
|
|
||||||
&__section {
|
&__section {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -73,11 +73,6 @@
|
||||||
|
|
||||||
{% if is_editing %}
|
{% if is_editing %}
|
||||||
<div class="container container--new profile__guidelines">
|
<div class="container container--new profile__guidelines">
|
||||||
<div class="container__title">
|
|
||||||
Guidelines
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="profile__guidelines__content">
|
|
||||||
<ul class="profile__guidelines__section">
|
<ul class="profile__guidelines__section">
|
||||||
<li class="profile__guidelines__line profile__guidelines__line--header">General</li>
|
<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>
|
<li class="profile__guidelines__line">Keep things sane and generally suitable for all ages.</li>
|
||||||
|
@ -103,7 +98,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="warning">
|
<div class="warning">
|
||||||
<div class="warning__content">
|
<div class="warning__content">
|
||||||
|
|
Loading…
Add table
Reference in a new issue