resolved pbm of margin in title section, it was because of the min function in font size

This commit is contained in:
asus
2023-11-19 21:24:54 +01:00
parent 2f95a96834
commit f334f87390
6 changed files with 19 additions and 17 deletions

View File

@@ -1,5 +1,6 @@
#cv {
place-items: center;
}
#cv h1,
@@ -20,6 +21,8 @@
/*
*/
margin-left: var(--list-padding);
width: fit-content;
margin: auto;
}
#cv summary + * {
margin-top: 10px;

View File

@@ -1,5 +1 @@
section {
justify-self: center;
margin: 50px 20px;
}

View File

@@ -1,8 +1,8 @@
#role_title #name {
#name {
margin:30px 0px 40px 0px;
}
#role_title #title {
#title {
margin:30px 0px 40px 0px;
}