fix styling
# On branch master # Your branch is up to date with 'origin/master'. # # Changes to be committed: # (use "git restore --staged <file>..." to unstage) # modified: static/style.css # # Changes not staged for commit: # (use "git add/rm <file>..." to update what will be committed) # (use "git restore <file>..." to discard changes in working directory) # deleted: populate_db_once.py # modified: sr_session.pymaster
parent
bda946e7c3
commit
92f710bf74
|
@ -132,6 +132,7 @@ body>footer * {
|
||||||
|
|
||||||
/* deck */
|
/* deck */
|
||||||
#deck article {
|
#deck article {
|
||||||
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: auto 1fr auto;
|
grid-template-rows: auto 1fr auto;
|
||||||
|
|
Loading…
Reference in New Issue