moved some css
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang=en>
|
<html lang=en>
|
||||||
<?php include "head.php"; ?>
|
<?php include "head.php"; ?>
|
||||||
<body>
|
<body><div id=body>
|
||||||
|
|
||||||
<?php include "top.php"; ?>
|
<?php include "top.php"; ?>
|
||||||
|
|
||||||
@@ -37,5 +37,5 @@
|
|||||||
<div class=bottom>
|
<div class=bottom>
|
||||||
<a href=pubkey.txt target=_blank>PGP key</a>
|
<a href=pubkey.txt target=_blank>PGP key</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</div></body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
15
style.css
15
style.css
@@ -14,16 +14,17 @@
|
|||||||
|
|
||||||
body{
|
body{
|
||||||
font-family: Lato, sans-serif;
|
font-family: Lato, sans-serif;
|
||||||
width: 60%;
|
|
||||||
margin-left: 20%;
|
|
||||||
margin-right: 20%;
|
|
||||||
line-height: 1.7em;
|
line-height: 1.7em;
|
||||||
/*transition: 500ms;*/
|
|
||||||
padding-bottom: 5vh;
|
|
||||||
background-color: var(--bg-color);
|
background-color: var(--bg-color);
|
||||||
color: var(--txt-color);
|
color: var(--txt-color);
|
||||||
font-size: 1.07em;
|
font-size: 1.07em;
|
||||||
}
|
}
|
||||||
|
#body{
|
||||||
|
width: 60%;
|
||||||
|
margin-left: 20%;
|
||||||
|
margin-right: 20%;
|
||||||
|
padding-bottom: 5vh;
|
||||||
|
}
|
||||||
h1,h2,h3,h4,h5,h6{
|
h1,h2,h3,h4,h5,h6{
|
||||||
font-family: Heebo, sans-serif;
|
font-family: Heebo, sans-serif;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@@ -155,7 +156,7 @@ a:hover{
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1000px){
|
@media (max-width: 1000px){
|
||||||
body{
|
#body{
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin-left: 10%;
|
margin-left: 10%;
|
||||||
margin-right: 10%;
|
margin-right: 10%;
|
||||||
@@ -166,7 +167,7 @@ a:hover{
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 700px){
|
@media (max-width: 700px){
|
||||||
body{
|
#body{
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
margin-right: 5%;
|
margin-right: 5%;
|
||||||
|
|||||||
Reference in New Issue
Block a user