master
Lazer 9 years ago
parent b701b57c8f
commit ab81f2791d

@ -199,6 +199,12 @@ img#promotion{ margin-left: 50px; }
border-bottom: 3px double black; border-bottom: 3px double black;
} }
#sideBarDescInner a{
color: black;
text-decoration: none;
}
.relative{ .relative{
position: relative !important; position: relative !important;
} }
@ -390,11 +396,13 @@ label{
width: 70%; width: 70%;
} }
.zwartAreaFull p, h1 { .zwartAreaFull p {
font-size: 20px; font-size: 20px;
line-height: 1.2; line-height: 1.2;
} }
.zwartAreaFull h1{ .zwartAreaFull h1{
font-size: 20px;
text-indent: 20px; text-indent: 20px;
} }

@ -15,10 +15,14 @@ h2 {
} }
figure { figure {
max-width: 100%; max-width: 100%;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
figcaption {
padding-left: 10px;
}
#creator { #creator {
border-bottom: 0; border-bottom: 0;
@ -228,10 +232,15 @@ iframe {
font-size: 20px; font-size: 20px;
} }
#creator {
border-bottom: 0;
padding-bottom: 0;
}
#sideBarDescInner p, #sideBarDescInner h2 { #sideBarDescInner p, #sideBarDescInner h2 {
margin-bottom: 5px; margin-bottom: 5px;
padding-bottom: 5px; padding-bottom: 5px;
line-height: 21px; line-height: 18px;
font-size: 15px; font-size: 15px;
font-family: "inconsolata", monospace; font-family: "inconsolata", monospace;
border-bottom: 3px double white; border-bottom: 3px double white;
@ -241,8 +250,14 @@ iframe {
width: 20px; width: 20px;
display: initial !important; display: initial !important;
} }
#bio p {
border: 0;
padding: 0;
} }
}
@media only screen and (max-width:1280px){ @media only screen and (max-width:1280px){
.project { .project {
width: 90%; width: 90%;

Loading…
Cancel
Save