diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 7ce1a78..31724ec 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -457,3 +457,8 @@ - Minor updates to resources, description, title etc, updated `template` as well. - Added links for the rest of the docs. - Added browser logos to the table of `index`. + +## 20161115 + +- Fixed `Reponsive` in `index`... +- Tested `table` `horizontal` layout with flexbox. diff --git a/docs/v2/demo.html b/docs/v2/demo.html index 2e81afd..f82423b 100644 --- a/docs/v2/demo.html +++ b/docs/v2/demo.html @@ -273,6 +273,44 @@
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Hacker List
NameSurnameEmailHandle
JohnSmithjohnsmith@mail.comSmithereensJohn
LisaCodycodyl@mail.comCodyl
MaxRobertsterminus@mail.comT3rm1nu5
AdamLeeksleekt@mail.comLeekt
+

Forms

Forms are inline by default and textual <input>, <textarea> and <select> elements have been pre-styled. To make inputs take up more space than their default, simply add something like width="100%". You can also utilize the grid system to align forms to your liking. Below are some examples:

diff --git a/docs/v2/index.html b/docs/v2/index.html index e84afdb..a9727b7 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -83,7 +83,7 @@
-

ReponsiveThink mobile!


+

ResponsiveThink mobile!




mini.css is crafted with both desktops and mobile devices in mind. All of its components are well-tested on different devices and will respond to any changes in the viewport, allowing for an experience tailored to each user's device!