Display elements as inline-blocks
This commit is contained in:
parent
bbcbfca679
commit
9527b2ea57
@ -59,14 +59,15 @@ body{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.contentBody .title{
|
.contentBody .title{
|
||||||
|
display: inline-block;
|
||||||
font-size:x-large;
|
font-size:x-large;
|
||||||
border-bottom-style: outset;
|
border-bottom-style: outset;
|
||||||
border-radius: 32px;
|
border-radius: 32px;
|
||||||
background-color:$SITE_BACKCOL;
|
background-color:$SITE_BACKCOL;
|
||||||
max-width:content;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.contentBody .content{
|
.contentBody .content{
|
||||||
|
display: inline-block;
|
||||||
border-radius: 12px 0px 12px 0px;
|
border-radius: 12px 0px 12px 0px;
|
||||||
border-style: none outset outset none;
|
border-style: none outset outset none;
|
||||||
border-color: rgb(17, 153, 17, .3);
|
border-color: rgb(17, 153, 17, .3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user