Add a class for small logo / images
This commit is contained in:
parent
aea62d5fca
commit
bc23feb52f
1 changed files with 11 additions and 0 deletions
|
@ -8,3 +8,14 @@ body {
|
||||||
.tags {
|
.tags {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.logo>p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.logo>p>img {
|
||||||
|
width: 100px;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue