make something different

make .contact width fixed instead of a % of its parent so that users with massive fucking displays dont get really wide buttons. only mobile users suffer that fate
This commit is contained in:
Christian
2021-01-05 11:10:51 -05:00
parent 5a3d6cf7c8
commit a79ace10ec

View File

@@ -19,8 +19,7 @@ a {
}
.contact {
float: left;
min-width: 150px;
width: 10%;
width: 150px;
padding: 15px;
margin: 0px 10px 10px 0px;
background-color: #232629;