edit button css for mobile

This commit is contained in:
msosic97
2022-03-15 11:44:12 +01:00
parent 1dac631441
commit a3e038fbef
4 changed files with 7 additions and 27 deletions

View File

@@ -9,7 +9,6 @@ function Category() {
<div className="category">
<Header header={naslov}/>
<ButtonsToolbar/>
<br/><br/><br/><br/>
<CategoryBtns/>
</div>
);