We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8d7f3 commit 82442bdCopy full SHA for 82442bd
2 files changed
renku_theme/login/resources/css/login.css
@@ -28,15 +28,19 @@
28
.login-pf body {
29
background-color: #07182b;
30
height: 100vh;
31
- background-image: url("../img/background.svg");
32
- background-size: cover;
33
- background-repeat: no-repeat;
34
35
color: #fff;
36
font-family: var(--inter-font);
37
font-size: 16px;
38
text-shadow: none;
39
}
+@media only screen and (min-width: 768px) {
+ .login-pf body {
+ background-image: url("../img/dots_background.svg");
40
+ background-repeat: repeat-x;
41
+ background-position: bottom;
42
+ }
43
+}
44
45
h1 {
46
font-size: 24px;
0 commit comments