Skip to content

Commit

Permalink
agrandi carousel-prev-next-icon dans bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Florasol committed Sep 8, 2024
1 parent df01984 commit b3b9a55
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 2 additions & 3 deletions assets/bootstrap/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ul {

#about-me p {
width: 80%;
font-size: 16px;
font-size: 18px;
}

img {
Expand Down Expand Up @@ -144,7 +144,7 @@ img {
justify-content: center;
align-items: center;
display: flex;
font-size: 24px;
font-size: 40px;
}

.quote {
Expand Down Expand Up @@ -391,5 +391,10 @@ footer {
.quote__author {
font-size: 16px;
}
.mg-prev, .mg-next {
width: 30px;
height: 30px;
font-size: 24px;
}
}

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1 class="name">Nina Carducci</h1>
<ul>
<li><a href="#about" aria-label="Aller dans la section à propos">À propos</a></li>
<li><a href="#gallery" aria-label="Aller dans la section galerie">Galerie</a></li>
<li><a href="#services" aria-label="Aller dans la section service">Service</a></li>
<li><a href="#services" aria-label="Aller dans la section services">Services</a></li>
<li><a href="#contact" aria-label="Aller dans la section contact">Contact</a></li>
<li><a class="social-link" href="https://www.instagram.com/ninacarducci.photo/?hl=fr" target="_blank" aria-label="Lien vers le compte instagram"><img src="assets/images/instagram-icon.webp" alt="logo instagram" width="20" height="20"></a></li>
</ul>
Expand Down

0 comments on commit b3b9a55

Please sign in to comment.