Skip to content

Commit

Permalink
Added responsive typography
Browse files Browse the repository at this point in the history
  • Loading branch information
cbavota committed Apr 24, 2012
1 parent b50706f commit 93d4efb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion gridiculous.css
Expand Up @@ -6,7 +6,7 @@
* created by c.bavota
* released under GPL v2
*
* April 23rd, 2012
* April 24th, 2012
*/

/* =Normalize.css by Nicolas Gallagher - http://necolas.github.com/normalize.css/
Expand Down Expand Up @@ -63,6 +63,11 @@ table{border-collapse:collapse;border-spacing:0;}

/* =Gridiculous v1.0
-------------------------------------------------------------- */
body {
font-size: 100%;
line-height: 1.6875;
}

.grid {
padding-left: 20px;
padding-right: 20px;
Expand Down Expand Up @@ -171,6 +176,8 @@ img {
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){

body { font-size: 90%; }

.row,
.row .row > div:last-child{
margin-bottom: 0;
Expand Down

0 comments on commit 93d4efb

Please sign in to comment.