summaryrefslogtreecommitdiff
path: root/css/style-mobile.css
diff options
context:
space:
mode:
authorprashantsinalkar2019-04-22 12:35:05 +0530
committerprashantsinalkar2019-04-22 12:35:05 +0530
commit4ba4ccc3fddb242251d5442c78aba14f43835035 (patch)
tree143fb83eb49ec1001e5be0ca87302858f6bca6fe /css/style-mobile.css
parent4dc90c39ae1a07db5f6f567fae84513c69ca1ac1 (diff)
downloadosdag_workshop_2019-4ba4ccc3fddb242251d5442c78aba14f43835035.tar.gz
osdag_workshop_2019-4ba4ccc3fddb242251d5442c78aba14f43835035.tar.bz2
osdag_workshop_2019-4ba4ccc3fddb242251d5442c78aba14f43835035.zip
created index page
Diffstat (limited to 'css/style-mobile.css')
-rwxr-xr-xcss/style-mobile.css96
1 files changed, 96 insertions, 0 deletions
diff --git a/css/style-mobile.css b/css/style-mobile.css
new file mode 100755
index 0000000..bd57cf5
--- /dev/null
+++ b/css/style-mobile.css
@@ -0,0 +1,96 @@
+/*
+ Prologue by HTML5 UP
+ html5up.net | @n33co
+ Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
+*/
+
+/*********************************************************************************/
+/* Basic */
+/*********************************************************************************/
+
+ body,input,textarea,select
+ {
+ font-size: 14pt;
+ }
+
+ h2
+ {
+ font-size: 1.5em;
+ letter-spacing: 0;
+ font-weight: 300;
+ }
+
+ .container
+ {
+ padding: 0 15px 0 15px;
+ }
+
+
+ /* List */
+
+ ul
+ {
+ }
+
+ ul.icons
+ {
+ }
+
+ ul.icons li
+ {
+ }
+
+ ul.icons a
+ {
+ width: 1.75em;
+ font-size: 1.5em;
+ }
+
+/*********************************************************************************/
+/* Main */
+/*********************************************************************************/
+
+ #main
+ {
+ }
+
+ #main > section
+ {
+ padding: 2em 0;
+ }
+
+ #main section.cover
+ {
+ padding: 4em 0em;
+ }
+
+ #main section.cover header
+ {
+ padding: 0 1em;
+ }
+
+/*********************************************************************************/
+/* Footer */
+/*********************************************************************************/
+
+ #footer
+ {
+ }
+
+ #footer .copyright
+ {
+ }
+
+ #footer .copyright li
+ {
+ display: block;
+ line-height: 1.25em;
+ border: 0;
+ padding: 0;
+ margin: 1em 0 0 0;
+ }
+
+ #footer .copyright li:first-child
+ {
+ margin-top: 0;
+ } \ No newline at end of file