From d1af418c151c331abda5fd32335e4466527a3ce0 Mon Sep 17 00:00:00 2001 From: dandamdandam Date: Sat, 15 Apr 2023 13:48:59 +0900 Subject: [PATCH] [Feat] #5 - improve readability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 전체 줄 간격, 사족 스타일 변경 --- WarmUpProject/src/JeongDayeon.js | 10 ++++------ WarmUpProject/src/components/balance_game.js | 2 +- WarmUpProject/src/styles/jdy.css | 12 ++++++++++-- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/WarmUpProject/src/JeongDayeon.js b/WarmUpProject/src/JeongDayeon.js index 642cb15..00b1a04 100644 --- a/WarmUpProject/src/JeongDayeon.js +++ b/WarmUpProject/src/JeongDayeon.js @@ -42,10 +42,10 @@ function Profile(){ 대학교 입학하면서 프로그래밍 프로젝트에 관심을 갖게 되어 이것저것 공부하고 있습니다. 아직까진 코딩이 재밌고 짜릿합니다.

- +

협업경험이라곤 작년 학교에서 진행한 아이컨택 부트캠프, 친구와 소소한 유니티 만지기, 지금하고 있는 프로젝트 밖엔 없지만.. - -
팀프로젝트하면서 짜릿함을 느낍니다! +

+ 팀프로젝트하면서 짜릿함을 느낍니다! 고로 누구보다도 진심으로 참여해 팀원들과 멋진 결과물을 만들어나갈 자신 있습니다.

@@ -58,12 +58,10 @@ function AboutMe(){

More about me

관심분야: 웹, 인공지능, 데이터

-

+

😽 📖 🎤 🏀 💻 -
고양이에 돌아있고, 헛되더라도 코드 짜는 것에 빠져있으며, 영화*책*음악(노래) 장르 안 가리고 다 좋아합니다. 특히 마지막은 추천도 받습니다! 관련 얘기하면서 친해지고 싶으면 언제든 연락주세요! -

현재 풀스택이라는 단어에 꽂혀서, 웹 a-z를 목표로 공부하고 있습니다.

diff --git a/WarmUpProject/src/components/balance_game.js b/WarmUpProject/src/components/balance_game.js index da5d4eb..18d6cf1 100644 --- a/WarmUpProject/src/components/balance_game.js +++ b/WarmUpProject/src/components/balance_game.js @@ -38,7 +38,7 @@ export default function BGame({up_cnt, up_same_cnt, game_att}){

{game_att.q}

- {show_nuec ?

{game_att.nuec_add}

: null} + {show_nuec ?

{game_att.nuec_add}

: null} ); } \ No newline at end of file diff --git a/WarmUpProject/src/styles/jdy.css b/WarmUpProject/src/styles/jdy.css index 821e2d4..0cf46e0 100644 --- a/WarmUpProject/src/styles/jdy.css +++ b/WarmUpProject/src/styles/jdy.css @@ -3,6 +3,7 @@ --side-c: rgb(67, 67, 67); --back-c: rgb(34, 34, 34); --font-c: white; + --font-side-c: rgb(196, 195, 195); } .jdy_h1{ @@ -12,11 +13,16 @@ font-size:32px; color:var(--main-c); } +.JeongDayeon p{ + line-height: 140%; +} .colored_text{ color: var(--main-c); } .small_font{ - font-size:10px; + font-size:14px; + color: var(--font-side-c); + line-height: 110%; } /* 프로젝트 카드 css */ @@ -142,4 +148,6 @@ #balance_game .result{ text-align: center; font-size: 20px; -} \ No newline at end of file +} + +/* 채널 스타일 */ \ No newline at end of file