fixed responsive problem on chromium
This commit is contained in:
parent
cdd961e0da
commit
0d613c0c37
@ -105,7 +105,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="project-content">
|
<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">
|
<div class="text status">
|
||||||
<u><p class="text">Summary :</p></u>
|
<u><p class="text">Summary :</p></u>
|
||||||
<p class="text">This is my own Gitea instance where I share my projects.</p>
|
<p class="text">This is my own Gitea instance where I share my projects.</p>
|
||||||
@ -128,10 +131,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="project-content">
|
<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">
|
<div class="text status">
|
||||||
<u><p class="text">Summary :</p></u>
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -232,6 +232,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hypertext-link {
|
.hypertext-link {
|
||||||
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -240,6 +241,7 @@ h1 {
|
|||||||
background-color: #bea9de;
|
background-color: #bea9de;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.navbar-link {
|
.navbar-link {
|
||||||
border-bottom: 1px solid #bea9de;
|
border-bottom: 1px solid #bea9de;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -301,10 +303,13 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.osaka {
|
.osaka {
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-status {
|
||||||
|
text-align: start;
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user