This commit is contained in:
Joshua Killen 2020-04-17 12:25:35 +01:00
parent 99e82f1e24
commit 651fd993f1
2 changed files with 7 additions and 9 deletions

View File

@ -1,7 +1,3 @@
h1 {
padding-bottom: 14.2em;
}
article img { article img {
border: 4px solid #f2f2f2; border: 4px solid #f2f2f2;
} }
@ -49,6 +45,8 @@ p .aboutTitle {
background-image: url(internet.png); background-image: url(internet.png);
width: 100%; width: 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
padding-top: 0;
padding-bottom: 14.2em;
} }
#jkillen { #jkillen {

View File

@ -11,7 +11,7 @@
display: block; display: block;
color: #f2f2f2; color: #f2f2f2;
text-align: center; text-align: center;
padding: 14px 16px; padding: 14px 16px 0;
text-decoration: none; text-decoration: none;
font-size: 16px; font-size: 16px;
} }
@ -39,7 +39,7 @@
border: none; border: none;
outline: none; outline: none;
color: #f2f2f2; color: #f2f2f2;
padding: 14px 16px; padding: 14px 16px 0;
background-color: inherit; background-color: inherit;
font-family: inherit; font-family: inherit;
margin: 0; margin: 0;
@ -62,7 +62,7 @@
.networkDrop-content a { .networkDrop-content a {
float: none; float: none;
color: #ddd; color: #ddd;
padding: 14px 16px; padding: 14px 16px 0;
text-decoration: none; text-decoration: none;
display: block; display: block;
text-align: left; text-align: left;
@ -79,7 +79,7 @@
border: none; border: none;
outline: none; outline: none;
color: #f2f2f2; color: #f2f2f2;
padding: 14px 16px; padding: 14px 16px 0;
background-color: inherit; background-color: inherit;
font-family: inherit; font-family: inherit;
margin: 0; margin: 0;
@ -102,7 +102,7 @@
.webDrop-content a { .webDrop-content a {
float: none; float: none;
color: #ddd; color: #ddd;
padding: 14px 16px; padding: 14px 16px 0;
text-decoration: none; text-decoration: none;
display: block; display: block;
text-align: left; text-align: left;