make font size bigger (1.2em)
make contact div wider to accomodate increased font size
This commit is contained in:
Christian
2021-01-07 14:36:59 -05:00
parent df9b17f19d
commit 704ec671db

View File

@@ -5,6 +5,9 @@
width: 69%;
margin: auto;
}
p {
font-size: 1.2em;
}
a {
color: #bb99ff;
text-decoration: none;
@@ -15,7 +18,7 @@ a {
}
.contact {
float: left;
width: 150px;
width: 170px;
padding: 15px;
margin: 0px 10px 10px 0px;
background-color: #232629;