Skip to content

Commit

Permalink
Move CSS root.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRowey committed Feb 1, 2024
1 parent d7d0d61 commit 7fb0b2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion balance/3779.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3><img src="/images/loya.png">Loyalist</h3>
<p>The deflector weapon of the Loyalist allows it to take ownership of incoming tactical missiles and return them to the unit that fired it. With the new implementation the missiles that are send back have switched army and can therefore be intercepted by Tactical Missile Defenses (TMDs) and shields.</p>
<p>The deflector weapon can now deflect the Billy again.</p>
<p>The deflector weapon is unable to deflect tactical missiles that are incoming from directly above the Loyalist.</p>
<video src="/images//balance/3779/loya-redirect.mp4" class="imgFeature" controls></video>
<video src="/images/balance/3779/loya-redirect.mp4" class="imgFeature" controls></video>
</div>

<div id="snipers" class="card">
Expand Down
7 changes: 0 additions & 7 deletions style/game.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,4 @@ footer a {
footer a:hover {
color: var(--Link-Hover);
text-decoration: none;
}

.imgFeature {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 15px;
}
6 changes: 6 additions & 0 deletions style/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,9 @@ a:active {
font-size: 30px;
}

.imgFeature {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 15px;
}

0 comments on commit 7fb0b2c

Please sign in to comment.