mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
Reduced the translation* & Reversed
This commit is contained in:
parent
688810a7b0
commit
6f4a34d764
2 changed files with 5 additions and 5 deletions
|
@ -163,7 +163,7 @@ i.rules-icon:hover {
|
||||||
transition: all 0.5s ease-in-out;
|
transition: all 0.5s ease-in-out;
|
||||||
}
|
}
|
||||||
.rest > li:hover {
|
.rest > li:hover {
|
||||||
transform: translateX(10px);
|
transform: translateX(5px);
|
||||||
}
|
}
|
||||||
.useful li {
|
.useful li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -214,8 +214,8 @@ i.rules-icon:hover {
|
||||||
color: rgba(255, 255, 255, 0.3);
|
color: rgba(255, 255, 255, 0.3);
|
||||||
}
|
}
|
||||||
.head-icon {
|
.head-icon {
|
||||||
width: 30px;
|
width: 20px;
|
||||||
height: 30px;
|
height: 20px;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
|
@ -136,9 +136,9 @@
|
||||||
<div class="admins">
|
<div class="admins">
|
||||||
<h2 class="rank">TotalFreedom Executives</h2>
|
<h2 class="rank">TotalFreedom Executives</h2>
|
||||||
<ul id="executiveboard">
|
<ul id="executiveboard">
|
||||||
<a href="http://www.twitter.com/totalfreedommc" target="_blank"><li>
|
<li><a href="http://www.twitter.com/totalfreedommc" target="_blank">
|
||||||
<img src="images/markbyron.png" class="responsive-img head-icon">MarkByron - Owner & Founder</a>
|
<img src="images/markbyron.png" class="responsive-img head-icon">MarkByron - Owner & Founder</a>
|
||||||
</li></a>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://www.twitter.com/JeromSar" target="_blank"><img src="https://minotar.net/avatar/Prozza/80.png" class="responsive-img head-icon">Prozza - Executive Lead Dev</a>
|
<a href="http://www.twitter.com/JeromSar" target="_blank"><img src="https://minotar.net/avatar/Prozza/80.png" class="responsive-img head-icon">Prozza - Executive Lead Dev</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue