improved readability on mobile
This commit is contained in:
parent
1feee1c5bf
commit
cff124886c
2 changed files with 6 additions and 4 deletions
|
|
@ -15,9 +15,9 @@
|
|||
<span>Schweb wie ein Schmetterling! Stich wie eine Biene!</span>
|
||||
</div>
|
||||
<ul>
|
||||
<li><small><i class="fa fa-users fa-fw"></i>6 Mitglieder</small></li>
|
||||
<li><small><i class="fa fa-lightbulb-o fa-fw"></i><?=$group['xps']?> XP</small></li>
|
||||
<li><small><i class="fa fa-th-list fa-fw"></i>7. Platz</small></li>
|
||||
<li><i class="fa fa-users fa-fw"></i>6 Mitglieder</li>
|
||||
<li><i class="fa fa-lightbulb-o fa-fw"></i><?=$group['xps']?> XP</li>
|
||||
<li><i class="fa fa-th-list fa-fw"></i>7. Platz</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
.cportrait{float:right;width:25%}
|
||||
|
||||
.gdata .gbanner{float:left;min-width:100px}
|
||||
.gdata .gdesc{float:left;width:60%}
|
||||
.gdata .gdesc{float:left;width:75%}
|
||||
.gdata ul{clear:both}
|
||||
.gchars li{width:32%;margin-right:5px}
|
||||
.gchars li:nth-child(even){float:left}
|
||||
|
|
@ -190,6 +190,8 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
.xpbar{width:70%}
|
||||
|
||||
.gdata{margin-top:40px}
|
||||
.gdata .gdesc{width:60%}
|
||||
.gdata li{font-size:.875em;padding-bottom:5px}
|
||||
.gdata ul{clear:none;float:right;width:20%;margin:0;padding:0}
|
||||
.gchars li{width:19%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue