mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
responsive design done
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
box-sizing: border-box;
|
||||
|
||||
padding-top: 10vh;
|
||||
padding-bottom: 10vh;
|
||||
// padding-top: 10vh;
|
||||
//padding-bottom: 10vh;
|
||||
|
||||
button, select {
|
||||
height: 10vh;
|
||||
@@ -149,4 +149,20 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
|
||||
.categories-container {
|
||||
|
||||
.categories {
|
||||
padding: 0;
|
||||
|
||||
button, select {
|
||||
|
||||
font-size: 4vw !important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user