fixed responsive problem on chromium

This commit is contained in:
guams 2025-06-15 15:49:45 +02:00
parent cdd961e0da
commit 0d613c0c37
2 changed files with 17 additions and 4 deletions

View File

@ -105,7 +105,10 @@
</div>
</div>
<div class="project-content">
<img class="project-top" alt="screen of my gitea" src="/src/img/gitea.webp">
<a href="https://gitea.guams.fr/Guams">
<img title="Open in gitea" class="project-top" alt="screen of my gitea"
src="/src/img/gitea.webp">
</a>
<div class="text status">
<u><p class="text">Summary :</p></u>
<p class="text">This is my own Gitea instance where I share my projects.</p>
@ -128,10 +131,15 @@
</div>
</div>
<div class="project-content">
<img class="project-top" alt="screen of abonentendeur" src="/src/img/abonentendeur.webp">
<a href="https://gitea.guams.fr/Guams/review-front">
<img title="Open in gitea" class="project-top" alt="screen of abonentendeur"
src="/src/img/abonentendeur.webp">
</a>
<div class="text status">
<u><p class="text">Summary :</p></u>
<p class="text">This is my <a href="https://abonentendeur.guams.fr" target="_blank" class="hypertext-link">blog</a> where I share my thoughts on the works I play or read.</p>
<p class="text">This is my <a href="https://abonentendeur.guams.fr" target="_blank"
class="hypertext-link">blog</a> where I share my thoughts on the
works I play or read.</p>
</div>
</div>
</div>

View File

@ -232,6 +232,7 @@ h1 {
}
.hypertext-link {
color: white;
font-weight: bold;
}
@ -240,6 +241,7 @@ h1 {
background-color: #bea9de;
}
.navbar-link {
border-bottom: 1px solid #bea9de;
text-decoration: none;
@ -301,10 +303,13 @@ h1 {
}
.osaka {
width: 100%;
height: auto;
}
.text-status {
text-align: start;
}
main {
width: 100%;
}