add spacing on desktop
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cfd436cc8a
commit
13f889c5c1
@ -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>
|
||||
|
22
style.css
22
style.css
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user