Enhanced responsiveness of footer

This commit is contained in:
2025-03-17 23:55:23 +01:00
parent 2b3c973386
commit 87ac190084
2 changed files with 5 additions and 2 deletions

View File

@@ -172,7 +172,7 @@
<div id="footer_picture">
<img src="https://picsum.photos/50/50">
</div>-
</div>
</div> <!-- Footer content -->
<p id="footer_little_text">&lt;/&gt; with &lt;3 by Kévin. Copyright...</p>

View File

@@ -273,6 +273,7 @@ footer{
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 30px;
}
@@ -286,6 +287,7 @@ footer{
#footer_social_networks{
width: 15%;
min-width: 200px;
border: 2px rgb(16, 207, 102) dotted;
display: flex;
flex-direction: row;
@@ -309,7 +311,7 @@ footer{
display: flex;
flex-direction: row;
width: 25%;
min-width: 50px;
min-width: 250px;
flex-wrap: wrap;
border: 2px rgb(212, 15, 230) dotted;
align-content: flex-start;
@@ -343,6 +345,7 @@ footer{
#footer_contact_div{
border: rgb(82, 15, 170) 2px solid;
width: 15%;
min-width: 160px;
}
#footer_contact_div h1{
width: fit-content !important;