mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-31 20:42:20 +00:00
Mobile Friendly Staff Page Title Complete
This commit is contained in:
parent
983172f8e3
commit
1cb20d2e84
3 changed files with 13 additions and 2 deletions
|
@ -10,7 +10,6 @@ body {
|
||||||
}
|
}
|
||||||
.brand-logo {
|
.brand-logo {
|
||||||
font-family: 'Catamaran', sans-serif;
|
font-family: 'Catamaran', sans-serif;
|
||||||
text-align: left;
|
|
||||||
}
|
}
|
||||||
.cover-1 {
|
.cover-1 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
* { margin: 0; padding: 0;}
|
* { margin: 0; padding: 0;}
|
||||||
body {
|
body {
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
|
|
||||||
background: #222 url('../images/staff-bg.png') center fixed;
|
background: #222 url('../images/staff-bg.png') center fixed;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
@ -25,6 +26,7 @@ a {
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
font-family: 'Catamaran', sans-serif;
|
||||||
}
|
}
|
||||||
#note {
|
#note {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -35,3 +37,13 @@ h2 {
|
||||||
.rank {
|
.rank {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.page-title {
|
||||||
|
text-align: center;
|
||||||
|
font-size: 3.8em;
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
.brand-logo {
|
||||||
|
font-family: 'Catamaran', sans-serif;
|
||||||
|
font-size: 2em;
|
||||||
|
font-weight: 200;
|
||||||
|
}
|
|
@ -49,7 +49,7 @@
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<br>
|
<br>
|
||||||
<h2 class="section-title hide-on-med-and-up">Staff</h2>
|
<h2 class="page-title hide-on-large-only">Staff</h2>
|
||||||
<div class="admins">
|
<div class="admins">
|
||||||
<h2 class="rank">TotalFreedom Developers</h2>
|
<h2 class="rank">TotalFreedom Developers</h2>
|
||||||
<ul id="developers"></ul>
|
<ul id="developers"></ul>
|
||||||
|
|
Loading…
Reference in a new issue