This commit is contained in:
parent
37da7e3558
commit
617a38ef05
|
|
@ -12,7 +12,7 @@
|
||||||
<link rel="stylesheet" href="../main.css" type="text/css">
|
<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="../sitewide_assets/navbar/navbar.css" type="text/css">
|
||||||
<link rel="stylesheet" href="about_assets/about.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">
|
<base target ="_self">
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -44,9 +44,9 @@ p .aboutTitle {
|
||||||
.headImg {
|
.headImg {
|
||||||
background-image: url(internet.png);
|
background-image: url(internet.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% 80%;
|
background-size: 100% 100%;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 40.16em;
|
padding-bottom: 25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue