Added 'user-select: all' to email on contact page; formatted some css

files
This commit is contained in:
mitchelljfs 2018-07-10 00:26:22 -07:00
parent 81d507ddeb
commit 7a52daf79b
7 changed files with 13 additions and 10 deletions

View file

@ -1,4 +1,6 @@
.clear-button, .clear-button:link, .clear-button:visited {
.clear-button,
.clear-button:link,
.clear-button:visited {
border: 2px solid rgb(59, 65, 82);
border-radius: 2px;
color: white;

View file

@ -4,6 +4,7 @@
margin-bottom: -5px;
width: 65%;
}
.header-container h2 {
margin-bottom: -5px;
}