Skip to content

Commit 526d670

Browse files
Update _base.scss
1 parent 42008f2 commit 526d670

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_sass/_base.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,23 +208,23 @@ ul.task-list input[type="checkbox"] {
208208
}
209209

210210
/* About profile image hover swap */
211-
.profile-hover-swap{
211+
.profile-hover-swap {
212212
position: relative;
213213
display: inline-block;
214214
}
215215

216-
.profile-hover-swap .hover-img{
216+
.profile-hover-swap .hover-img {
217217
position: absolute;
218218
inset: 0;
219219
opacity: 0;
220220
transition: opacity 200ms ease-in-out;
221221
}
222222

223-
.profile-hover-swap:hover .hover-img{
223+
.profile-hover-swap:hover .hover-img {
224224
opacity: 1;
225225
}
226226

227-
.profile-hover-swap figure{
227+
.profile-hover-swap figure {
228228
margin: 0;
229229
}
230230
/* figure.liquid가 figure 마진을 주는 경우 대비 (있으면 점프/어긋남 방지) */

0 commit comments

Comments
 (0)