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

width auto fit and fix bugs #3

Merged
merged 3 commits into from
Nov 13, 2022
Merged
Changes from 1 commit
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
Next Next commit
'fix'
  • Loading branch information
YOM667 committed Nov 10, 2022
commit 0368a88c214ee96eb2290979d3f9750c2456506f
9 changes: 6 additions & 3 deletions css/nutssss.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ body {

.meBox-text {
width: 80%;
height: 45%;
height: 29.8%;
overflow: hidden;
text-align: center;
color: rgb(70, 70, 70);
Expand Down Expand Up @@ -302,12 +302,13 @@ body {

.meBox {
margin-left: 3%;
margin-right: -5px;
}

.meBox:hover {
width: 21rem;
height: 26rem;
margin: 95px 0 0 2.5%;
height: 34rem;
margin: 95px -5px 0 2.5%;
}

#cmdBox {
Expand All @@ -318,6 +319,7 @@ body {
@media screen and (max-width: 1120px) {
.meBox {
float: none;
height: 30rem;
margin: 100px auto 100px;
}

Expand Down Expand Up @@ -353,6 +355,7 @@ body {
@media screen and (max-width: 768px) {
.meBox {
width: 300px;
height: 30rem;
}

.meBox:hover {
Expand Down