From 7f552b566b52a328bb95d4900b9fb8485d2a7161 Mon Sep 17 00:00:00 2001 From: Sewon Ahn Date: Sun, 20 Dec 2020 20:55:55 +0900 Subject: [PATCH] Fix large image size and css sequence --- distribusi/distribusi/page_template.py | 2 +- test_data/src/style/common.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distribusi/distribusi/page_template.py b/distribusi/distribusi/page_template.py index 5bf7ec0..a94a90a 100644 --- a/distribusi/distribusi/page_template.py +++ b/distribusi/distribusi/page_template.py @@ -8,8 +8,8 @@ html_head = """ %s - + diff --git a/test_data/src/style/common.css b/test_data/src/style/common.css index 672d64e..44bbd3c 100644 --- a/test_data/src/style/common.css +++ b/test_data/src/style/common.css @@ -70,7 +70,7 @@ @keyframes rainbowLinkText {0% {color: #ff2a2a;} 15% {color: #ff7a2a;} 30% {color: #ffc52a; }45% {color: #43ff2a; }60% {color: #2a89ff; }75% {color: #202082; }90% {color: #6b2aff; } 100% {color: #e82aff; }} - figure img { width: 450px; } + figure img { max-width: 450px; } /***** mobile *****/