diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-15 17:46:31 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-11-15 17:46:31 +0100 |
| commit | c4a4e35f93f18a13c6e4fc1401caad2b095a7ea7 (patch) | |
| tree | fe2f9627bc4fcb3b909f127e4667aa37a5af9759 /src/match_up/static/custom.css | |
| parent | d19720741fd37ea0a4b8a79f4f445bccdd360089 (diff) | |
Added the changes to clean up the guests layout
Diffstat (limited to 'src/match_up/static/custom.css')
| -rw-r--r-- | src/match_up/static/custom.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/match_up/static/custom.css b/src/match_up/static/custom.css index 11d583f..fafc51a 100644 --- a/src/match_up/static/custom.css +++ b/src/match_up/static/custom.css @@ -12,4 +12,8 @@ img { top: 50%; left: 50%; transform: translate(-50%,-50%); +} +.center { + margin: auto; + width: 50%; }
\ No newline at end of file |
