mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Input for mobile users done
This commit is contained in:
25
build/sass/_header.scss
Normal file
25
build/sass/_header.scss
Normal file
@@ -0,0 +1,25 @@
|
||||
header {
|
||||
border-bottom: 1px solid rgb(200, 200, 200);
|
||||
|
||||
height: 15vh;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
h1 {
|
||||
@include titleFont();
|
||||
@include titleNormalize();
|
||||
|
||||
}
|
||||
|
||||
h2 {
|
||||
@include titleFont();
|
||||
@include titleNormalize();
|
||||
color: rgb(72, 166, 253);
|
||||
margin-top: 0.5vh;
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user