Commit dbcaca94 by Anoop

login module

parent fd150f9d
This diff is collapsed. Click to expand it.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -5,12 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>text</title>
<link rel="stylesheet" href="../css/main.css">
</head>
<body>
Test
<script>
location.replace("/unacademy/site/level_four.html")
</script>
</body>
</html>
\ No newline at end of file
This diff is collapsed. Click to expand it.
......@@ -1730,3 +1730,20 @@ $margin_spacing_mobile: 50px;
body {
background: #fcfcfc;
}
@media screen and (max-width: 374px) {
.app-stores-logo img {
height: 38px !important;
width: auto !important;
}
}
@media screen and (min-width:768px) and (max-width:1024px) {
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
padding:0 10px !important;
}
}
/*search box disable */
.head_main .opinion-slot-r {
display: none;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment