Skip to content

Commit

Permalink
Fix overlapping text
Browse files Browse the repository at this point in the history
  • Loading branch information
Jetroid committed Jan 21, 2024
1 parent b9cb51e commit 578d917
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions _includes/inlinecss/_sass/_hacking.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ html, body {
margin-right: -50%;
transform: translate(-50%, -50%);
}
#please-rotate p:nth-child(2) {
top: 55%;
transform: translate(-55%, -55%);
}
.terminal-off #effects1:before {
animation: initial;
opacity: 0.14;
Expand Down
6 changes: 3 additions & 3 deletions hacking.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div id="click-to-start" class="landscape">
<p>Begin</p>
</div>
<div id="loading" class="landscape hidden">
<div id="loading" class="hidden">
<p class="activeCommandPrompt"></p><!-- Dummy p element - each p below needs to refer to a previousSibling :)
Lots of comments here because:
Expand All @@ -77,7 +77,7 @@
!--><p id="loading-fourthtype" class="cp"></p><!--
!--><span id="cp-cursor" class="cursor-off"></span>
</div>
<div id="hacking" class="landscape hidden">
<div id="hacking" class="hidden">
<div>
<p id="termlink" class="activeCommandPrompt"> </p><!--
!--><p id="message" class="activeCommandPrompt"> </p><!--
Expand All @@ -92,7 +92,7 @@
</div>
</div>
</div>
<div id="loggedin" class="landscape hidden">
<div id="loggedin" class="hidden">
<div id="os-header">
<p>ROBCO INDUSTRIES UNIFIED OPERATING SYSTEM</p>
<p>COPYRIGHT 2075-2077 ROBCO INDUSTRIES</p>
Expand Down

0 comments on commit 578d917

Please sign in to comment.