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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user