mirror of https://github.com/Meekdai/Gmeek.git
Update post.html
This commit is contained in:
parent
a6fa353283
commit
cdd1e6cbd6
|
|
@ -39,6 +39,16 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
#button.btn.circle {
|
||||||
|
border: none;
|
||||||
|
border-radius: 50%;
|
||||||
|
padding: 14px 16px;
|
||||||
|
background: none;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
body {padding: 8px;}
|
body {padding: 8px;}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue