diff --git a/css/app.css b/css/app.css index 77df323..cab1ddb 100644 --- a/css/app.css +++ b/css/app.css @@ -39,7 +39,8 @@ section#area-main { } sub { - color: rgb(33, 156, 70) + color: rgb(33, 156, 70); + display: block; } h1 { @@ -105,6 +106,10 @@ pre { flex-wrap: wrap; } +#area-main.nogrid { + display: block; +} + .proj { text-align: center; max-width: 240px; @@ -123,3 +128,26 @@ pre { .eras a { margin-right: 10px; } + +.buttons { + display: flex; +} + +.user { + width: 60px; + height: 60px; + border-radius: 60px; +} + +.commenter { + display: flex; +} + +pre { + max-width: 500px; + white-space: pre-wrap; +} + +.commenter > div { + margin-bottom: 30px; +} \ No newline at end of file diff --git a/index.html b/index.html index 1c932f8..71187cc 100644 --- a/index.html +++ b/index.html @@ -9,9 +9,17 @@