From e785e0febd7cf923fd7dde529ee4684fbbb1fcb6 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sat, 23 Feb 2019 18:50:00 -0800 Subject: [PATCH] cleanup --- index.php | 8 ++++---- style.css | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 7182cc5..a297c5c 100644 --- a/index.php +++ b/index.php @@ -314,10 +314,10 @@ function agg($agg) //echo '' ; } - echo ''; + echo ''; echo '
'; - echo '#
'; + // echo '#
'; if(file_exists(DESC . $file['name'] . '.txt')) { echo '
'; @@ -497,8 +497,8 @@ function js()
- - + diff --git a/style.css b/style.css index 165f4f7..b3065fc 100644 --- a/style.css +++ b/style.css @@ -28,7 +28,9 @@ body { #agg .aggim { margin-bottom: 120px - max-width:90%; +} +.aggim img { + max-width: 100%; } a { -- 2.34.1