feat: made the pages a bit responsive
This commit is contained in:
parent
69617f9efa
commit
a5ca24deeb
|
@ -16,8 +16,8 @@ Hi, my name's Laurent Fainsin, and I'm currently an M1 engineering student at [E
|
|||
|
||||
You can email me at :
|
||||
|
||||
- [laurentfainsin@protonmail.com](mailto:laurentfainsin@protonmail.com)
|
||||
- [laurent.fainsin@etu.inp-n7.fr](mailto:laurent.fainsin@etu.inp-n7.fr)
|
||||
- [laurentfainsin@<WBR>protonmail.com](mailto:laurentfainsin@protonmail.com)
|
||||
- [laurent.fainsin@<WBR>etu.inp-n7.fr](mailto:laurent.fainsin@etu.inp-n7.fr)
|
||||
|
||||
You can reach me via :
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@ Nothing worth showing for now. Come back later.
|
|||
|
||||
You can email me at :
|
||||
|
||||
- [laurentfainsin@protonmail.com](mailto:laurentfainsin@protonmail.com)
|
||||
- [laurent.fainsin@etu.inp-n7.fr](mailto:laurent.fainsin@etu.inp-n7.fr)
|
||||
- [laurentfainsin@<WBR>protonmail.com](mailto:laurentfainsin@protonmail.com)
|
||||
- [laurent.fainsin@<WBR>etu.inp-n7.fr](mailto:laurent.fainsin@etu.inp-n7.fr)
|
||||
|
||||
You can reach me via :
|
||||
|
||||
|
|
|
@ -9,7 +9,13 @@ nav {
|
|||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#btn-back {
|
||||
margin-top: 2rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: .2rem;
|
||||
|
|
|
@ -101,3 +101,9 @@ nav {
|
|||
margin: 0.5rem 0 2rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 64rem) {
|
||||
body {
|
||||
width: calc(100% - 4rem);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue