- added description to project

- better liste cv alignement
This commit is contained in:
asus
2023-11-29 14:12:33 +01:00
parent 4eae7921cc
commit 70b644595d
5 changed files with 36 additions and 24 deletions

View File

@@ -2,7 +2,6 @@ html {
font-size: 62.5%;
}
:root {
--section_side_margin: 20px;
}
body {
overflow-x: hidden;
@@ -20,7 +19,8 @@ pre {
}
section {
justify-self: center;
margin: 50px var(--section_side_margin);
margin: 50px 0px;
padding: 0px 20px;
}