From bd47870199ce433721aa8fc6b66ecf6b8cdb8e6b Mon Sep 17 00:00:00 2001 From: Sewon Ahn Date: Sun, 20 Dec 2020 19:53:05 +0900 Subject: [PATCH] Fixed img size --- test_data/src/style/common.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test_data/src/style/common.css b/test_data/src/style/common.css index 2e1f672..672d64e 100644 --- a/test_data/src/style/common.css +++ b/test_data/src/style/common.css @@ -68,7 +68,10 @@ a:hover text, a:focus text, a:active text { animation-duration: 1s; animation-name: rainbowLink; animation-iteration-count: infinite; } @keyframes rainbowLink {0% {fill: #ff2a2a;} 15% {fill: #ff7a2a;} 30% {fill: #ffc52a; }45% {fill: #43ff2a; }60% {fill: #2a89ff; }75% {fill: #202082; }90% {fill: #6b2aff; } 100% {fill: #e82aff; }} @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; } + /***** mobile *****/ /* MENU */