mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Styles fixes
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
transition: 0.4s ease-in-out;
|
||||
text-align: center;
|
||||
|
||||
padding: 0px 0.5vw;
|
||||
padding: 0px 2vw;
|
||||
padding-bottom: 1vh;
|
||||
border-radius: 10px;
|
||||
|
||||
@@ -66,4 +66,21 @@
|
||||
transition: 0.4s ease-in-out;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
|
||||
.account-preview {
|
||||
|
||||
left: 80%;
|
||||
|
||||
.full-name {
|
||||
|
||||
|
||||
&.show {
|
||||
|
||||
opacity: 0%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user