diff --git a/client/src/images/tutorial/add-custom-role.gif b/client/src/images/tutorial/add-custom-role.gif new file mode 100644 index 0000000..ad9b7b2 Binary files /dev/null and b/client/src/images/tutorial/add-custom-role.gif differ diff --git a/client/src/styles/GLOBAL.css b/client/src/styles/GLOBAL.css index 2122729..052a35c 100644 --- a/client/src/styles/GLOBAL.css +++ b/client/src/styles/GLOBAL.css @@ -197,6 +197,7 @@ button { } #how-to-use-container h1 { + color: #4b6bfa; font-family: signika-negative, sans-serif; } @@ -251,11 +252,8 @@ input { } #how-to-use-container h3 { - font-size: 25px; -} - -#how-to-use-container h1 { - font-size: 40px !important; + color: #b1afcd; + font-weight: bold; } .tutorial-image-small { @@ -664,6 +662,24 @@ input { opacity: 0.85 !important;color:#ffffff !important; } +@media(max-width: 550px) { + .how-to-use-header { + font-size: 25px; + } + #how-to-use-container h3 { + font-size: 20px; + } +} + +@media(min-width: 551px) { + .how-to-use-header { + font-size: 40px; + } + #how-to-use-container h3 { + font-size: 25px; + } +} + @keyframes lds-spinner { 0% { diff --git a/client/src/views/how-to-use.html b/client/src/views/how-to-use.html index c56d249..8266b63 100644 --- a/client/src/views/how-to-use.html +++ b/client/src/views/how-to-use.html @@ -32,7 +32,7 @@ players. This app attempts to provide the utilities necessary to run Werewolf with all the different roles you want, wherever you can access the internet. -
+