summaryrefslogtreecommitdiff
path: root/CS 1300_files/guest.css
diff options
context:
space:
mode:
Diffstat (limited to 'CS 1300_files/guest.css')
-rw-r--r--CS 1300_files/guest.css55
1 files changed, 0 insertions, 55 deletions
diff --git a/CS 1300_files/guest.css b/CS 1300_files/guest.css
deleted file mode 100644
index 6aa64b6..0000000
--- a/CS 1300_files/guest.css
+++ /dev/null
@@ -1,55 +0,0 @@
-.guest-header {
- display: flex;
- align-items: center;
- justify-content: flex-start;
- min-width: fit-content;
-}
-.guest-link {
- color: #2BB673;
- text-decoration: underline;
- margin-left: 10px;
-}
-
-.guest-bio {
- margin-top: 0;
- font-size: 16px;
-}
-
-.bio-button {
- cursor: pointer;
- vertical-align: middle;
-}
-
-.add-indent {
- margin-left: 19px;
-}
-
-.bio-button h4 {
- margin: 0;
- margin-right: 10px;
- color: #2BB673;
- align-self: center;
-}
-
-.guest-column {
- align-items: flex-start;
- justify-content: flex-start;
- margin: 0px 10px;
- width: 50%;
-}
-
-#guest-box {
- width: 100%;
-}
-
-@media only screen and (max-width: 800px) {
- #guest-box {
- flex-direction: column;
- justify-content: center;
- width: auto;
- }
-
- .guest-column {
- width: 100%;
- }
-}