table view

This commit is contained in:
Alicja Cięciwa
2020-12-28 23:07:31 +01:00
parent a68bc6c7c2
commit b8c345a3b8
9 changed files with 52 additions and 14 deletions

View File

@@ -148,7 +148,16 @@ a.btn-logout {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
text-decoration: none;
color: #EDEDED;
}
.table-view {
width: 100%;
max-width: 420px;
padding: 20px;
margin: auto;
background-color: rgba(255,255,255,0.7);
margin-top: 150px;
text-align: left;
}