fixed height of cite
This commit is contained in:
parent
b7b0f44098
commit
3c4f4e43f6
1 changed files with 7 additions and 0 deletions
|
@ -153,6 +153,7 @@ footer #social {
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box h2 a {
|
.box h2 a {
|
||||||
|
@ -160,6 +161,10 @@ footer #social {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.box img {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.box.cite {
|
.box.cite {
|
||||||
background: #216f85;
|
background: #216f85;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -168,4 +173,6 @@ footer #social {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 1.9em;
|
font-size: 1.9em;
|
||||||
|
height: 281px;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue