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%;
|
width: 69%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
p {
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
color: #bb99ff;
|
color: #bb99ff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -15,7 +18,7 @@ a {
|
|||||||
}
|
}
|
||||||
.contact {
|
.contact {
|
||||||
float: left;
|
float: left;
|
||||||
width: 150px;
|
width: 170px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin: 0px 10px 10px 0px;
|
margin: 0px 10px 10px 0px;
|
||||||
background-color: #232629;
|
background-color: #232629;
|
||||||
|
|||||||
Reference in New Issue
Block a user