Skip to content

Commit

Permalink
'fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
YOM667 committed Nov 10, 2022
1 parent 48035f0 commit 0368a88
Showing 1 changed file with 6 additions and 3 deletions.
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

0 comments on commit 0368a88

Please sign in to comment.