dates on the same line

This commit is contained in:
Avraham Sakal
2024-03-17 09:50:20 -04:00
parent f97dc58e30
commit f011adcefc
3 changed files with 68 additions and 55 deletions
+18 -8
View File
@@ -28,6 +28,11 @@ body {
text-align: right;
}
.space-between {
display: flex;
justify-content: space-between;
}
.no-bullet {
list-style-type: none;
margin: 0;
@@ -44,31 +49,36 @@ section.header {
section.contact-info {
display: flex;
justify-content: space-between;
justify-content: center;
}
section.sections {
margin-top: 3em;
margin-top: 1.6em;
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: 2em;
gap: 1.6em;
}
section.sections > section {
/* section.sections > section {
display: flex;
justify-content: flex-start;
}
} */
section.sections > section > label {
width: 25%;
float: left;
width: 8em;
height: 2em;
margin-right: 0.7em;
/* border: 1px solid black; */
/* padding-bottom: 0.5em; */
}
section.sections > section > div {
/* section.sections > section > div {
width: 75%;
}
} */
ul.inline {
padding-inline-start: 0px;