diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/css/custom.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/static/css/custom.css b/static/css/custom.css index 2ce4768..bc03812 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,5 +1,3 @@ -/* test */ - a { color: #4c566a; } @@ -7,3 +5,11 @@ a { html { background-color: #e5e9f0 ; } + +.photo-album { + width: -webkit-fill-available; + width: -moz-available; + width: stretch; + height: 33em; + border: none; +} |