Releases: androide-osorio/weather-widget-angular
Releases · androide-osorio/weather-widget-angular
Adjust responsivemenes on very small resolutions
This release adds additional media queries to handle very tiny screens (< 300px)
Version 1.1: responsive widget
This release makes a tiny adjustment for the widget, so that it can scale according to the screen size, specifically for HD resolutions where the widget looked too small.
CHANGELOG
src/sass/global/elements.scss
: modify root HTML object to increase base font size based on screen sizesrc/sass/components/weather-icons/main.scss
: removes constraint for weather icon dimensions (so they can scale with the font size change)
First Stable Release
contains all of the built, minified and compressed files for the weather widget frontend, including:
- minified HTML file called
index.html
with all of the markup, metadata and links to stylesheets and scripts. - a single CSS file with all the styles in the
/styles
folder. - 2 Javascript files in the
scripts
folder:vendor.min.js
: containing all of the application dependencies (minified).app.min.js
: containing the application code (also minified).
- all image assets in the
/images
folder. All of the images have been compressed and optimized. - all media like videos in the
/videos
folder.
Please, do not change the name of any of the project's folders or files, or else it will break.