diff --git a/static/css/toaster.css b/static/css/toaster.css index 9416510..3863cdc 100644 --- a/static/css/toaster.css +++ b/static/css/toaster.css @@ -46,4 +46,10 @@ ul#toaster-specs li { #toaster-img { width: 100%; } +} + +@media screen and (max-width: 690px) { + .flex-col { + flex-direction: column; + } } \ No newline at end of file diff --git a/templates/toaster.html b/templates/toaster.html index 9823197..b038dfd 100644 --- a/templates/toaster.html +++ b/templates/toaster.html @@ -50,9 +50,8 @@
NEW AND IMPROVED! Toaster v1.0 is here!
- Toaster v1.0 is the first version of Toaster that I have drawn,
- it is a very simple design, but I like it. Im still working on the design,
- so it may change in the future, but I think I like this enough to keep it for now.
+ Toaster v1.0 is the first version of Toaster that I have drawn that I am actually happy with.
+ Im still working on the design, so it may change in the future, but I think I like this enough to keep it for now.