Skip to content

Commit d924e80

Browse files
committed
changes to summer internships
1 parent c77f914 commit d924e80

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

pages/company/[uid]/index.vue

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -845,13 +845,17 @@
845845
}
846846
847847
.itemDescription {
848-
white-space: break-spaces;
848+
p,
849+
ul,
850+
ol {
851+
margin: 0;
852+
}
849853
850-
p {
854+
li {
851855
margin: 0;
852856
}
853857
854-
p + p {
858+
> * + * {
855859
margin-top: .5rem;
856860
}
857861
}

0 commit comments

Comments
 (0)