add spacing on desktop
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2021-10-15 20:06:46 +05:00
parent cfd436cc8a
commit 13f889c5c1
2 changed files with 25 additions and 3 deletions

View File

@ -16,9 +16,9 @@
<address>
<p>Box 563, Station P Toronto, ON M5S 2T1 Canada</p>
<ul>
<li>E: hello@Ask32M.com</li>
<li>P: +1 416 613-5056</li>
<li>T: @Ask32M</li>
<li><span>E:</span> hello@Ask32M.com</li>
<li><span>P:</span> +1 416 613-5056</li>
<li><span>T:</span> @Ask32M</li>
</ul>
</address>
</body>

View File

@ -5,4 +5,26 @@
body {
font-family: 'Concourse OT';
color: var(--red);
max-width: 785px;
margin: 250px;
}
p {
font-size: 36px;
margin: 1rem 0;
}
img {
display: inline;
height: 45px;
margin-right: 0.5rem;
}
address * {
font-style: normal;
font-size: 24px;
}
ul li span {
font-weight: bold;
}