diff --git a/static/asteroid.css b/static/asteroid.css index 0ab6541..566e0db 100644 --- a/static/asteroid.css +++ b/static/asteroid.css @@ -639,26 +639,6 @@ body .auth-link a:hover{ text-decoration: underline; } -body .profile-container{ - max-width: 600px; - margin: 2rem auto; - padding: 0 1rem; -} - -body .profile-card{ - background-color: #1a2332; - border: 1px solid #2a3441; - border-radius: 8px; - padding: 2rem; - margin-bottom: 2rem; -} - -body .profile-card h2{ - color: #00ffff; - margin-bottom: 1.5rem; - text-align: center; -} - body .profile-info{ margin-bottom: 2rem; } diff --git a/static/asteroid.lass b/static/asteroid.lass index 2ebb4a5..ec77ece 100644 --- a/static/asteroid.lass +++ b/static/asteroid.lass @@ -501,22 +501,6 @@ ((:and a :hover) :text-decoration underline)) ;; Profile Styles - (.profile-container - :max-width 600px - :margin "2rem auto" - :padding 0 1rem) - - (.profile-card - :background-color "#1a2332" - :border "1px solid #2a3441" - :border-radius 8px - :padding 2rem - :margin-bottom 2rem - - (h2 :color "#00ffff" - :margin-bottom 1.5rem - :text-align center)) - (.profile-info :margin-bottom 2rem) diff --git a/template/profile.chtml b/template/profile.chtml index d1225fb..2f12567 100644 --- a/template/profile.chtml +++ b/template/profile.chtml @@ -9,15 +9,15 @@
Activity over the last 30 days
@@ -148,8 +148,8 @@