We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9f9e5 commit 1034bf5Copy full SHA for 1034bf5
83-full screen image slider/style.css
@@ -10,7 +10,6 @@ body {
10
font-family: "Lexend", sans-serif;
11
background-color: #362a2b;
12
color: #e5ebf3;
13
- line-height: 1.6;
14
}
15
16
.slider {
@@ -42,12 +41,14 @@ body {
42
41
opacity: 0;
43
background-color: rgba(229, 235, 243, 0.8);
44
color: #495b73;
45
- padding: 35px;
+ padding: 1rem;
+ line-height: 1.3;
46
47
48
.slide .content h1 {
49
margin-bottom: 0.625rem;
50
color: #362a2b;
51
+ font-size: 1.5rem;
52
53
54
.slide.current .content {
@@ -118,6 +119,12 @@ body {
118
119
bottom: 70px;
120
left: -600px;
121
width: 600px;
122
+ padding: 2rem;
123
+ line-height: 1.6;
124
+ }
125
+
126
+ .slide .content h1 {
127
+ font-size: 2rem;
128
129
130
0 commit comments