diff options
Diffstat (limited to 'src/web/src/styles.css')
| -rw-r--r-- | src/web/src/styles.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/web/src/styles.css b/src/web/src/styles.css index 4ac6ab4..582bc24 100644 --- a/src/web/src/styles.css +++ b/src/web/src/styles.css @@ -85,11 +85,16 @@ body { margin-bottom: 10px !important; } +.mat-active { + background-color: blue; +} + .cards-list { display: flex; justify-content: space-around; width: 100%; flex-wrap: wrap; + padding-bottom: 5%; } .card { @@ -117,11 +122,9 @@ body { .card .card_title { text-align: center; - border-radius: 0px 0px 40px 40px; - font-family: sans-serif; font-weight: bold; - font-size: 18px; - height: 40px; + font-size: 15px !important; + margin-top: 15px; } .card:hover { |
