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 {
|
.contact {
|
||||||
float: left;
|
float: left;
|
||||||
min-width: 150px;
|
width: 150px;
|
||||||
width: 10%;
|
|
||||||
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