better
make font size bigger (1.2em) make contact div wider to accomodate increased font size
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user