-
+
diff --git a/style.css b/style.css
index 0f710dd..b43388a 100644
--- a/style.css
+++ b/style.css
@@ -601,9 +601,10 @@ button > * {
.story {
width: 600px;
max-width: 95%;
- border: solid 4px;
+ border-bottom: solid 4px;
border-radius: 8px;
margin-bottom: 8px;
+ text-align: left;
}
.story-title {
@@ -612,8 +613,8 @@ button > * {
color: black;
cursor: pointer;
border: none;
- width: 100%;
padding: 2px;
+ border-radius: 8px 8px 0 0;
}
.story-toggle {
@@ -628,4 +629,9 @@ button > * {
.story-text {
padding: 2px;
+ border: solid 4px;
+ border-color: inherit;
+ border-radius: inherit;
+ border-top-left-radius: 0;
+ margin-bottom: -2px;
}