This commit is contained in:
Joshua Killen 2020-04-17 13:02:34 +01:00
parent 37da7e3558
commit 617a38ef05
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
<link rel="stylesheet" href="../main.css" type="text/css">
<link rel="stylesheet" href="../sitewide_assets/navbar/navbar.css" type="text/css">
<link rel="stylesheet" href="about_assets/about.css" type="text/css">
<script src="about_assets/about.js"></script>
<script src="../sitewide_assets/navbar/navbar.js"></script>
<base target ="_self">

View File

@ -44,9 +44,9 @@ p .aboutTitle {
.headImg {
background-image: url(internet.png);
background-repeat: no-repeat;
background-size: 100% 80%;
background-size: 100% 100%;
padding-top: 0;
padding-bottom: 40.16em;
padding-bottom: 25em;
}