diff --git a/assets/css/main.css b/assets/css/main.css index cb8bceee..68899665 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 55e5ba40..42202b47 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 94cc1450..1a471823 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;