- added description to project
- better liste cv alignement
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#cv details {
|
||||
/*
|
||||
*/
|
||||
margin: 10px 0px 10px 20px;
|
||||
margin: 10px 0px;
|
||||
}
|
||||
#cv summary + * {
|
||||
/*
|
||||
|
||||
4
styles/elements/projects.css
Normal file
4
styles/elements/projects.css
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
#projects figcaption {
|
||||
padding: 20px 0px;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -20,11 +20,9 @@ body, pre {
|
||||
}
|
||||
}
|
||||
ul {
|
||||
/*
|
||||
*/
|
||||
display: block;
|
||||
list-style-type: "• ";
|
||||
padding-left: 0px;
|
||||
padding-left: 35px;
|
||||
/*
|
||||
list-style-position: outside;
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user