1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-23 05:40:51 +02:00

feat(#26 #36): styling

This commit is contained in:
MohammedKevin 2024-05-27 18:26:43 +02:00
parent 7b1166de9d
commit ae60835096
2 changed files with 5 additions and 1 deletions

View file

@ -44,7 +44,7 @@
></tr>
</table>
<button mat-raised-button color="primary" (click)="createBeerPongTable()">
<button mat-raised-button color="primary" class="createButton" (click)="createBeerPongTable()">
Create Beer Pong Table
</button>
</div>

View file

@ -22,3 +22,7 @@
.table-container {
padding: 50px;
}
.createButton{
margin-top: 10px;
}