diff --git a/assets/img/album.jpg b/assets/img/album.jpg index 9f8c9cc..9c82006 100644 Binary files a/assets/img/album.jpg and b/assets/img/album.jpg differ diff --git a/assets/img/chuck.png b/assets/img/chuck.png index f03cce8..60d0d85 100644 Binary files a/assets/img/chuck.png and b/assets/img/chuck.png differ diff --git a/assets/img/dan.png b/assets/img/dan.png index 8dc6bfa..e55e0fc 100644 Binary files a/assets/img/dan.png and b/assets/img/dan.png differ diff --git a/assets/img/emma.png b/assets/img/emma.png index f2bd3ef..3a2af56 100644 Binary files a/assets/img/emma.png and b/assets/img/emma.png differ diff --git a/assets/img/stin.png b/assets/img/stin.png index 66f85ea..91dc33a 100644 Binary files a/assets/img/stin.png and b/assets/img/stin.png differ diff --git a/lib/album/album.dart b/lib/album/album.dart index ef7f570..f455845 100644 --- a/lib/album/album.dart +++ b/lib/album/album.dart @@ -73,7 +73,7 @@ class _AlbumPageState extends State { return SingleChildScrollView( child: Column( mainAxisAlignment: MainAxisAlignment.spaceEvenly, - crossAxisAlignment: CrossAxisAlignment.start, + crossAxisAlignment: CrossAxisAlignment.center, children: [ IntrinsicWidth( child: Image.asset( @@ -113,8 +113,9 @@ class AlbumBody extends StatelessWidget { return SizedBox( height: screenWidth < 450 ? 800 : screenWidth * .45, width: screenWidth < 450 ? 800 : screenWidth * .45, - child: Markdown( + child: MarkdownBody( data: description, + selectable: true, styleSheet: MarkdownStyleSheet( a: style, h1: styleh1, diff --git a/lib/album/album_description.dart b/lib/album/album_description.dart index 47a2d28..3d7d346 100644 --- a/lib/album/album_description.dart +++ b/lib/album/album_description.dart @@ -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 diff --git a/lib/home/home_page_content.dart b/lib/home/home_page_content.dart index f27f55a..3b12deb 100644 --- a/lib/home/home_page_content.dart +++ b/lib/home/home_page_content.dart @@ -84,7 +84,7 @@ class _HomePageContentState extends State { if (player.playing) {player.pause()} else {player.play()} }, child: const Text( - "cambridge ma - synth pop for debutants", + "cambridge ma - cryptid pop", ), )) ],