- Update
This commit is contained in:
Mathis Degryck
2024-09-27 16:37:23 +02:00
parent f3416a13f4
commit 12e30b254e
4 changed files with 13 additions and 18 deletions

View File

@ -3,10 +3,10 @@
/* ::: :::::::: */
/* global.css :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/19 23:57:22 by edbernar #+# #+# */
/* Updated: 2024/09/19 23:59:46 by edbernar ### ########.fr */
/* Updated: 2024/09/27 16:35:52 by madegryc ### ########.fr */
/* */
/* ************************************************************************** */
@ -26,4 +26,5 @@ body {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
scroll-behavior: smooth;
}

View File

@ -428,6 +428,7 @@ body {
.menuSelected {
display: flex;
flex-direction: row;
gap: 12rem;
}
.menuSelected {

View File

@ -1,9 +1,3 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
#settingsBody {
background-color: #020202;
color: white;