Titles sizes and links
This commit is contained in:
parent
c2879a1963
commit
48c14013e7
|
@ -40,7 +40,7 @@ body {
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 4rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, li {
|
p, li {
|
||||||
|
@ -54,8 +54,19 @@ a {
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 a:hover {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
h1 a {
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
* HEADER *
|
* HEADER *
|
||||||
|
@ -66,16 +77,17 @@ header {
|
||||||
margin: 2rem auto 2rem auto;
|
margin: 2rem auto 2rem auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
header > img,
|
.sitebanner img,
|
||||||
header > h1 {
|
.sitebanner h1 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
font-size: 4rem;
|
||||||
}
|
}
|
||||||
header h1 a {
|
.sitebanner h1 a {
|
||||||
color: #000000;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
header > img {
|
.sitebanner > img {
|
||||||
width: 4rem;
|
width: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user