add border radius for img + geo VR project
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
greg 2024-05-03 10:14:55 +02:00
parent 91165488d0
commit a08bca1fdd
3 changed files with 12 additions and 0 deletions

View File

@ -41,6 +41,14 @@ L'utilisation du même framework avec un thème monopage pour faire son CV:
> {{< icons "fab fa-github" "fa-2x" >}} [code source](https://git.gregandev.fr/portfolio/hugo-cv)
### ![GEO-VR](https://readme-typing-svg.demolab.com?font=Anton&pause=3000&size=40&random=false&repeat=false&color=343A40&width=435&height=70&lines=GEOGRAPHICAL+ADVENTURES+VR)
Implémentation VR sur [Geographical-Adventures](https://github.com/SebLague/Geographical-Adventures)
[![Geographical-Adventures-VR](../../images/projets/geo-vr.png)](https://git.legaragenumerique.fr/greg/Geographical-Adventures-VR)
> {{< icons "fab fa-github" "fa-2x" >}} [code source](https://git.legaragenumerique.fr/greg/Geographical-Adventures-VR)
<!-- ### PYTHON METEO
[![Python meteo]()](https://git.gregandev.fr/gregandev/python-meteo.git) -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -231,4 +231,8 @@ blockquote::before {
top: -10px;
}
img {
border-radius: 10px;
}