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

Responsive #30

Closed
wants to merge 2 commits into from
Closed
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
51 changes: 11 additions & 40 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -569,28 +569,6 @@ textarea {
color: #dddddd;
}

@media screen and (max-width: 500px) {
.menu_items .items {
max-width: fit-content;
max-height: fit-content;
}

#about .box {
padding: 30px;
margin: 2px 10px;
margin-bottom: 25px;
/* float: left; */
}
.pages {
height: fit-content;
padding: 8px;
}

.foot-panel2 {
padding: 20px;
}
}

/* responsiveness */

@media screen and (max-width: 1120px) {
Expand Down Expand Up @@ -642,7 +620,7 @@ textarea {
}
}

@media screen and (max-width: 780px) {
@media screen and (max-width: 800px) {
.app_download {
padding: 40px 20px;
height: fit-content;
Expand Down Expand Up @@ -679,6 +657,16 @@ textarea {
}
}

@media screen and (max-width: 620px) {
.intro_container h1 {
font-size: 3.5rem;
}
.intro_container img {
height: fit-content;
width: fit-content;
}
}

.btn {
cursor: pointer;
padding-top: 0%;
Expand Down Expand Up @@ -804,23 +792,6 @@ padding-left:2px;
text-align: center;
}

@media (max-width: 800px) {
.contact_info {
width: 80vw;
}

.contact_us {
display: none;
}
}

@media screen and (max-width: 440px) {
.intro_container {
height: fit-content;
padding: 100px;
}
}

.navbar li:hover a {
color: brown;
}
Expand Down