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() {

-
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 b6bb69f..a9defc7 100644
--- a/src/_containers/RegisterPage/RegisterPage.js
+++ b/src/_containers/RegisterPage/RegisterPage.js
@@ -183,7 +183,7 @@ function RegisterPage() {
return (
-
+
{statusRegister.type !== "success" ? (
<>
{
return (
-
+
{popupRegisterSuccess &&
setPopupRegisterSuccess(false)} labelYes={"Đồng ý"}/>}
diff --git a/src/_containers/RegisterPage/register.scss b/src/_containers/RegisterPage/register.scss
index ac0e49d..69bd1cd 100644
--- a/src/_containers/RegisterPage/register.scss
+++ b/src/_containers/RegisterPage/register.scss
@@ -6,12 +6,15 @@ $bg-apple: #000000;
$loading-color: #f8f8f8;
.bg-register .logo img {
- width: 174px;
- margin: 32px 0 0 32px;
+ width: 144px;
+ margin-top: 32px;
@media screen and (max-height: 800px) {
- width: 163px;
- margin: 16px 0 0 16px;
+ width: 120px;
+ }
+
+ @media screen and (max-width: 768px) {
+ width: 96px;
}
}