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