summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rwxr-xr-xstyles.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index bf933a6..eeda9f5 100755
--- a/styles.css
+++ b/styles.css
@@ -961,3 +961,35 @@ weekly specials conic border
/* box-sizing: border-box;*/
/*}*/
+#guest-reviewers {
+ height: 100%;
+}
+
+.guest-name, .guest-role {
+ color: var(--accent-color);
+}
+
+.flex-grid-2 {
+ display: flex;
+ justify-content: space-between;
+}
+.flex-grid-2 .guest {
+ width: 45%;
+}
+
+@media (max-width: 800px) {
+ .flex-grid-2 {
+ display: block;
+ }
+ .flex-grid-2 .guest {
+ width: 100%;
+ }
+}
+
+.guest {
+ margin: 2rem 0;
+ height: auto;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+} \ No newline at end of file