diff options
Diffstat (limited to 'posts.css')
| -rw-r--r-- | posts.css | 9 | 
1 files changed, 8 insertions, 1 deletions
@@ -1,11 +1,18 @@  #tag_list { -  width: 100%; +  width: 65%;    display: grid; +  margin: auto;    grid-template-columns: repeat(3, 1fr);    column-gap: 8px;    row-gap: 8px  } +@media (max-width: 767.98px) { +  #tag_list { +    width: 100%; +  } +} +  #tag_list  button {    padding: 16px;    cursor: pointer;  | 
