Implement share functionality and UI updates: Add share button to various pages, create share popup with URL input, and enhance CSS styles for better layout and responsiveness. Update JavaScript for clipboard functionality and navigator share API support.
This commit is contained in:
@@ -97,6 +97,12 @@ html {
|
||||
}
|
||||
}
|
||||
}
|
||||
.util-area {
|
||||
margin-bottom: 2.4rem;
|
||||
@include tablet {
|
||||
margin-bottom: 2.8rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Parallax 섹션 스타일
|
||||
|
||||
Reference in New Issue
Block a user