From 8d55c6d8eff199acb727cd35cafdfcc6720f5d44 Mon Sep 17 00:00:00 2001
From: Luis Felipe Risch <lfr20@inf.ufpr.br>
Date: Tue, 9 Feb 2021 10:25:10 -0300
Subject: [PATCH] modified the position of teacher div

---
 src/Components/TabPanels/StyledComponents.js | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/src/Components/TabPanels/StyledComponents.js b/src/Components/TabPanels/StyledComponents.js
index 9816407c..d77966a3 100644
--- a/src/Components/TabPanels/StyledComponents.js
+++ b/src/Components/TabPanels/StyledComponents.js
@@ -184,11 +184,11 @@ export const UserProfileInfoDiv = styled.div`
 `
 
 export const CheckTeacherDiv = styled.div`
-    @media screen and (min-width: 500px) {
-        padding-top : 10px;
-        padding-left : 250px;
-        margin-bottom : -10px;
-    }
+    padding-top : 10px;
+    padding-left : 250px;
+    margin-bottom : -10px;
+    display : absolute;
+
     p {
         margin : 0 0 10px;
         font-family: Roboto;
@@ -206,9 +206,6 @@ export const CheckTeacherDiv = styled.div`
             }
         }
     }
-    @media screen and (max-width: 499px) {
-        display : none;
-    }
 `
 
 export const StyledTabs = styled(Tabs)`
-- 
GitLab