diff --git a/assets/css/main.css b/assets/css/main.css index cb8bcee..6889966 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -38,3 +38,13 @@ .pagination .next { margin-left: auto; } + +.social-icons { + padding: 12px 0; +} + +.social-icons a { + margin: 2px; + padding: 6px; + font-size: 1.4em; +} \ No newline at end of file diff --git a/assets/css/post-entry.css b/assets/css/post-entry.css index 55e5ba4..42202b4 100644 --- a/assets/css/post-entry.css +++ b/assets/css/post-entry.css @@ -94,9 +94,3 @@ pointer-events: none; width: 100%; } - -.social-icons a { - margin: 2px; - padding: 6px; - font-size: 1.4em; -} \ No newline at end of file diff --git a/assets/css/profile-mode.css b/assets/css/profile-mode.css index 94cc145..1a47182 100644 --- a/assets/css/profile-mode.css +++ b/assets/css/profile-mode.css @@ -32,10 +32,6 @@ img { } } -.social-icons { - padding: 12px 0; -} - .buttons { display: flex; flex-wrap: wrap;