We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8015c commit 7a64c68Copy full SHA for 7a64c68
pages/checkin/main.sass
@@ -79,6 +79,7 @@ h1, p
79
width: 60%
80
height: 25vh
81
align-items: center
82
+ cursor: pointer
83
84
.profile-pic
85
height: 100px
@@ -135,6 +136,7 @@ h4
135
136
.observation-img
137
width: 100%
138
border-radius: 2% 2% 0 0
139
140
141
.dark-mode-button
142
position: absolute
@@ -153,7 +155,7 @@ h4
153
155
img
154
156
margin: auto
157
width: 40%
- margin-top: 70px
158
+ margin-top: 20px
159
160
.observation-body
161
@@ -193,4 +195,8 @@ h4
193
195
.left-arrow
194
196
height: 50px
197
padding: 10px
- filter: var(--anti-img-color)
198
+ filter: var(--anti-img-color)
199
+
200
+.overlay
201
+ .banner
202
+ position: sticky
0 commit comments