Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
import
  • Loading branch information
cyr15103 committed Nov 14, 2017
1 parent cdd38ed commit 13a917e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web-exercises-master/photon-master/assets/css/reset.css
@@ -1,5 +1,8 @@
/* Reset */

@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -40,7 +43,7 @@
}


@import url("font-awesome.min.css");@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");*, *:before, *:after{-webkit-box-sizing:border-box;box-sizing:border-box;}
*, *:before, *:after{-webkit-box-sizing:border-box;box-sizing:border-box;}
.container{margin-left:auto;margin-right:auto;}
.container.\31 25\25{width:100%;max-width:75em;min-width:60em;}
.container.\37 5\25{width:45em;}
Expand Down

0 comments on commit 13a917e

Please sign in to comment.