Skip to content

Commit

Permalink
finalize text and fix image resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
pelusodan committed Aug 25, 2024
1 parent c976559 commit 8c0c9bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/album/album.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class AlbumBody extends StatelessWidget {
return SizedBox(
height: screenWidth < 450 ? 800 : screenWidth * .45,
width: screenWidth < 450 ? 800 : screenWidth * .45,
child: Markdown(
child: MarkdownBody(
data: description,
styleSheet: MarkdownStyleSheet(
a: style,
Expand Down
3 changes: 2 additions & 1 deletion lib/album/album_description.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ pints downed in the arriving minutes of an uber driver
## we're ready to finally share that story
Spider Water is a 6-track guide for survival in a world where the silhouette lounge only has one shadow
Exit Plan is a 7-track guide for survival in a world where the silhouette lounge only has one shadow
a world where brat politicians corrupt the masses through major chord progressions
### break free from the plan. September 22
Expand Down

0 comments on commit 8c0c9bb

Please sign in to comment.