diff --git a/src/main/resources/templates/shared/post-view.html b/src/main/resources/templates/shared/post-view.html index e825a0d..9219fd8 100644 --- a/src/main/resources/templates/shared/post-view.html +++ b/src/main/resources/templates/shared/post-view.html @@ -45,7 +45,7 @@ margin-top: 30px; text-align: center; } - .download-btn, .open-app-btn { + .download-btn { display: inline-block; margin: 8px; padding: 12px 24px; @@ -57,7 +57,7 @@ transition: all 0.3s ease; cursor: pointer; } - .download-btn:hover, .open-app-btn:hover { + .download-btn:hover { background: rgba(255,255,255,0.3); transform: translateY(-2px); } @@ -68,9 +68,6 @@ padding-top: 15px; border-top: 1px solid #eee; } - .hidden-link { - display: none; - } @@ -90,115 +87,19 @@

πŸ“ κ²Œμ‹œλ¬Ό

πŸš€ 더 λ§Žμ€ κΈ°λŠ₯을 μœ„ν•΄ 앱을 μ„€μΉ˜ν•˜μ„Έμš”!

λŒ“κΈ€ μž‘μ„±, μ’‹μ•„μš”, νŒ”λ‘œμš° λ“± λͺ¨λ“  κΈ°λŠ₯을 μ΄μš©ν•΄λ³΄μ„Έμš”

- πŸ“± μ•±μ—μ„œ μ—΄κΈ° - πŸ€– Android μ•± λ‹€μš΄λ‘œλ“œ + πŸ€– Android μ•± λ‹€μš΄λ‘œλ“œ \ No newline at end of file diff --git a/src/main/resources/templates/shared/profile-view.html b/src/main/resources/templates/shared/profile-view.html index 07e3fa3..6807672 100644 --- a/src/main/resources/templates/shared/profile-view.html +++ b/src/main/resources/templates/shared/profile-view.html @@ -76,7 +76,7 @@ border-radius: 12px; margin-top: 25px; } - .download-btn, .open-app-btn { + .download-btn { display: inline-block; margin: 8px; padding: 12px 24px; @@ -88,13 +88,10 @@ transition: all 0.3s ease; cursor: pointer; } - .download-btn:hover, .open-app-btn:hover { + .download-btn:hover { background: rgba(255,255,255,0.3); transform: translateY(-2px); } - .hidden-link { - display: none; - } @@ -130,105 +127,19 @@

μ‚¬μš©μžλͺ…

🀝 μ•±μ—μ„œ νŒ”λ‘œμš°ν•˜κ³  더 λ§Žμ€ μ½˜ν…μΈ λ₯Ό ν™•μΈν•˜μ„Έμš”!

이 μ‚¬μš©μžμ˜ μ΅œμ‹  κ²Œμ‹œλ¬Όκ³Ό ν™œλ™μ„ λ†“μΉ˜μ§€ λ§ˆμ„Έμš”

- πŸ“± μ•±μ—μ„œ μ—΄κΈ° - πŸ€– Android μ•± λ‹€μš΄λ‘œλ“œ + πŸ€– Android μ•± λ‹€μš΄λ‘œλ“œ \ No newline at end of file