Update about.css
This commit is contained in:
parent
a6c30a803e
commit
1c446a2084
|
|
@ -7,9 +7,6 @@ summary {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
|
||||||
padding-bottom: 0;
|
|
||||||
}
|
|
||||||
.imgLeft {
|
.imgLeft {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
@ -46,10 +43,10 @@ p .aboutTitle {
|
||||||
|
|
||||||
.headImg {
|
.headImg {
|
||||||
background-image: url(internet.png);
|
background-image: url(internet.png);
|
||||||
width: 100%;
|
width: 100vw;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 14.2em;
|
padding-bottom: 50.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#jkillen {
|
#jkillen {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue