functional, printable links
This commit is contained in:
parent
71ffb26da4
commit
e6759e0535
1 changed files with 11 additions and 3 deletions
14
style.css
14
style.css
|
@ -33,7 +33,7 @@ body{
|
||||||
width: var(--page-width);
|
width: var(--page-width);
|
||||||
height: var(--page-height);
|
height: var(--page-height);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: "Open Sans", sans-serif;
|
font-family: "Open Sans", sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
color: #444;
|
color: #444;
|
||||||
|
@ -244,7 +244,7 @@ li{
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-block:not(.concise) .details div{
|
.main-block:not(.concise) .details div{
|
||||||
margin: 0.18in 0 0.1in 0;
|
margin: 0.18in 0 0.1in 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-block:not(.concise) .blocks:last-child .details div{
|
.main-block:not(.concise) .blocks:last-child .details div{
|
||||||
|
@ -325,7 +325,7 @@ li{
|
||||||
}
|
}
|
||||||
|
|
||||||
.side-block{
|
.side-block{
|
||||||
margin-top: 0.5in;
|
margin-top: 0.5in;
|
||||||
}
|
}
|
||||||
|
|
||||||
#contact ul{
|
#contact ul{
|
||||||
|
@ -367,3 +367,11 @@ li{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a[href]{
|
||||||
|
text-decoration: none;
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
|
a[href]:hover{
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue