diff --git a/public/assets/images/logo_GV.png b/public/assets/images/logo_GV.png new file mode 100644 index 0000000..5a15c83 Binary files /dev/null and b/public/assets/images/logo_GV.png differ diff --git a/src/_components/Header/HeaderTS/HeaderTS.js b/src/_components/Header/HeaderTS/HeaderTS.js index 1224ac8..688de66 100644 --- a/src/_components/Header/HeaderTS/HeaderTS.js +++ b/src/_components/Header/HeaderTS/HeaderTS.js @@ -9,10 +9,10 @@ function HeaderTS() {
{"Logo"} - Trường THCS Tây Sơn + Cô Đặng Thu Hiền
); diff --git a/src/_components/Header/HeaderTS/headerTS.style.scss b/src/_components/Header/HeaderTS/headerTS.style.scss index dc3a565..bfe9c35 100644 --- a/src/_components/Header/HeaderTS/headerTS.style.scss +++ b/src/_components/Header/HeaderTS/headerTS.style.scss @@ -11,7 +11,13 @@ display: flex; flex-direction: column; align-items: center; - margin-left: 32px; + margin-left: 56px; + margin-top: 8px; + + @media screen and (max-height: 800px) { + margin-left: 46px; + margin-top: -2px; + } @media screen and (max-width: 768px) { margin-left: 16px; @@ -29,12 +35,16 @@ } span { - font-size: 20px; + font-size: 16px; font-weight: 700; margin-top: 4px; - color: #00722e; + color: #14375F; font-family: 'Barlow-Bold'; + @media screen and (max-height: 800px) { + font-size: 14px; + } + @media screen and (max-width: 768px) { font-size: 12px; } diff --git a/src/_containers/RegisterPage/RegisterPage.js b/src/_containers/RegisterPage/RegisterPage.js index e7380aa..9020a33 100644 --- a/src/_containers/RegisterPage/RegisterPage.js +++ b/src/_containers/RegisterPage/RegisterPage.js @@ -183,7 +183,7 @@ function RegisterPage() { return (
- + {statusRegister.type !== "success" ? ( <>