Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 25018bd

Browse files
fix p styles and spacing in MissionPrep
1 parent 39ea447 commit 25018bd

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

src/views/Public/MissionPrep.vue

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
this final mission brief from the Allsnacks Alliance with details
1313
on your final feat. Please read through it carefully, as it
1414
contains information critical to your success in returning the
15-
Xolcron Crystal.
15+
Xolcron Crystal.<br />
16+
<br />
1617
</v-card-text>
1718

1819
<h2>**URGENT COMMUNICATION**</h2>
@@ -57,7 +58,8 @@
5758
review the submissions of the ten (10) adventurers with the
5859
highest number of votes. The Galactic Wizard Panel will announce
5960
the winner of the 2021 CodeWizardsHQ Code Challenge on 14 May
60-
2021.
61+
2021. <br />
62+
<br />
6163
</v-card-text>
6264
<h3>How you will be evaluated by the Galactic Wizard Panel:</h3>
6365
<v-card-text>
@@ -119,9 +121,18 @@ export default {
119121
align-items: center;
120122
font-family: "Courier New", Courier, monospace;
121123
124+
p {
125+
margin: 0;
126+
line-height: 1.2;
127+
}
128+
122129
h3 {
123130
text-decoration: underline;
124131
}
132+
133+
img {
134+
max-width: 90%;
135+
}
125136
}
126137
}
127138
</style>

0 commit comments

Comments
 (0)