On the tag page, put descr in a dark box like albums.
This commit is contained in:
parent
6de0ad8e36
commit
f04e055ca3
1 changed files with 7 additions and 1 deletions
|
@ -60,7 +60,13 @@ body
|
|||
grid-area: message_area;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
#description_text
|
||||
{
|
||||
margin-right: 8px;
|
||||
padding: 8px;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
font-family: initial;
|
||||
}
|
||||
@media screen and (max-width: 800px)
|
||||
{
|
||||
body
|
||||
|
|
Loading…
Reference in a new issue