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;
|
||||
font-size: 1em;
|
||||
padding: 0.5em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.box h2 a {
|
||||
|
@ -160,6 +161,10 @@ footer #social {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.box img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.box.cite {
|
||||
background: #216f85;
|
||||
color: white;
|
||||
|
@ -168,4 +173,6 @@ footer #social {
|
|||
font-style: italic;
|
||||
font-weight: bold;
|
||||
font-size: 1.9em;
|
||||
height: 281px;
|
||||
vertical-align: middle;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue