Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-jn committed Jul 4, 2024
1 parent b74b789 commit 853ec93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,8 @@ th {
background-color: #f2f2f2;
}

.sus {
.s {
z-index: -10;
position: fixed;
}

footer {
Expand All @@ -317,18 +316,6 @@ footer a{
color: white;
}

.footer {
position: fixed;
z-index: 999;
bottom: 40px;
height: auto;
border-radius: 10px;
width: 100%;
margin-left: -8px;
color:white;
background-color: rgba(0, 0, 0, 0.78);
}

.footer-content {
display: flex;
flex-wrap: wrap;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1><a href="../index.html"><a href="info.html" class="service" id="servicename"
<div class="recentVisits" id="recentVisits">
<h2>Vorschläge:</h2>
<ul class="recentList" id="recentList">
<div class="sus"><a onclick="expan()" class="link"><div class="visit-container"><img src="bilder/Retsaot/1.png" alt="Random Image"><p>Inhaltsverzeichnis</p></div></a></div>
<div class="s"><a onclick="expan()" class="link"><div class="visit-container"><img src="bilder/Retsaot/1.png" alt="Random Image"><p>Inhaltsverzeichnis</p></div></a></div>
</ul>
</div>
</div>
Expand Down

0 comments on commit 853ec93

Please sign in to comment.