dates on the same line
This commit is contained in:
+18
-8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user