Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Day 5 fw19 1058 #38

Merged
merged 3 commits into from
Jan 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/Components/Signuppage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ import {
FormControl,
FormLabel,
Input,
InputGroup,
HStack,
InputRightElement,
Stack,
Button,
Heading,
Text,
useColorModeValue,
Link,
Image,
} from "@chakra-ui/react";
Expand Down Expand Up @@ -68,6 +64,7 @@ export default function SignupCard() {
// maxW={"450px"}
// py={12}
px={6}
className={"signup_main"}
>
<Image src={Logo} alt="logo" marginBottom={"20px"} />
<Stack align={"center"}>
Expand Down
11 changes: 11 additions & 0 deletions src/Styles/Login.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/* Large Screen */
@media screen and (max-width: 992px) {
}

/* Medium Screen */
@media screen and (max-width: 768px) {
}

/* Small Screen */
@media screen and (max-width: 350px) {
}
10 changes: 4 additions & 6 deletions src/Styles/Navbar.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* @media only screen and (min-width: 769px) and (max-width: 1110px) {
.navbar_hostButton {
background-color: blue;
}
/*
@media only screen and (min-width: 769px) and (max-width: 1110px) {
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
Expand All @@ -11,10 +9,10 @@
}

@media only screen and (max-width: 320px) {
} */
}
*/

/* Large Screen */

@media screen and (max-width: 992px) {
}

Expand Down
11 changes: 11 additions & 0 deletions src/Styles/Signup.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/* Large Screen */
@media screen and (max-width: 992px) {
}

/* Medium Screen */
@media screen and (max-width: 768px) {
}

/* Small Screen */
@media screen and (max-width: 350px) {
}