1
0
Fork 0

Fix box too cramp on smaller screens

This commit is contained in:
Lim Chee Aun 2022-12-11 13:09:16 +08:00
parent 9f9395d965
commit 0367a6e08f

View file

@ -292,7 +292,6 @@ a.hashtag {
max-width: 100vw;
text-align: center;
padding: 16px;
margin: 16px;
background-color: var(--bg-color);
border-radius: 8px;
border: 1px solid var(--divider-color);