master
Lazer 9 years ago
parent b701b57c8f
commit ab81f2791d

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

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

Loading…
Cancel
Save