moved content text alingment to left
This commit is contained in:
parent
dc15b03178
commit
4e61a0fe5c
@ -37,7 +37,7 @@
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<h2 style="font-style: italic;">A little biography</h2>
|
||||
<h2>A little biography</h2>
|
||||
<p>
|
||||
Hi. I’m Lorenzo and I’m an 18-years-old, Italian, high school student.
|
||||
<br>
|
||||
|
@ -23,7 +23,7 @@ h2 {
|
||||
font-weight: 800;
|
||||
color: white;
|
||||
margin: 0;
|
||||
padding: 38px 20px 20px;
|
||||
padding: 38px 0 20px;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
|
@ -94,7 +94,7 @@ h1 {
|
||||
font-size: 25px;
|
||||
color: white;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
box-sizing: border-box;
|
||||
padding-left: 10%;
|
||||
padding-right: 10%;
|
||||
|
Reference in New Issue
Block a user