Revised shared button on single post
This commit is contained in:
parent
0d260f1e1d
commit
ab12fe0fb9
|
@ -12,6 +12,7 @@
|
|||
size: 12px;
|
||||
weight: 400;
|
||||
}
|
||||
align-items: center;
|
||||
@media screen {
|
||||
@media (min-width: 768px){
|
||||
margin-top: -10px;
|
||||
|
|
|
@ -410,6 +410,12 @@ nav{
|
|||
.title-page{
|
||||
font-size: 20px;
|
||||
word-break: break-word;
|
||||
@media only screen and (max-width: 576px){
|
||||
width: 85%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
.title-back{
|
||||
font: {
|
||||
|
|
Loading…
Reference in New Issue