aboutsummaryrefslogtreecommitdiff
path: root/src/web/components/comments/Comments.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/components/comments/Comments.css')
-rw-r--r--src/web/components/comments/Comments.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/web/components/comments/Comments.css b/src/web/components/comments/Comments.css
new file mode 100644
index 0000000..402e4a2
--- /dev/null
+++ b/src/web/components/comments/Comments.css
@@ -0,0 +1,30 @@
+.container {
+ width: 100%;
+ position: relative;
+
+ /*TODO*/
+ display: none;
+
+ justify-content: center;
+ padding: 1em 1em 0em 0em;
+ overflow: auto;
+
+ color: var(--black-98);
+}
+
+.card {
+ padding: 1em;
+}
+
+.originalPost {
+
+}
+.originalPost > h1 {
+ font-size: 1.8em;
+}
+
+@media (min-width: 80em) {
+ .container {
+ display: flex;
+ }
+} \ No newline at end of file