diff --git a/resources/web/guide/5/5.css b/resources/web/guide/5/5.css index 2ed6be416..52d3248fa 100644 --- a/resources/web/guide/5/5.css +++ b/resources/web/guide/5/5.css @@ -25,4 +25,9 @@ #RestartText { padding-left:30px; +} + +.TextPoint +{ + font-size:14px; } \ No newline at end of file diff --git a/resources/web/homepage/css/home.css b/resources/web/homepage/css/home.css index 43d163f12..bebb01976 100644 --- a/resources/web/homepage/css/home.css +++ b/resources/web/homepage/css/home.css @@ -95,6 +95,7 @@ body line-height: 36px; display: flex; justify-content: center; + user-select: none; } #LoginBtn