2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Use @font-size-... variables instead of hardcoded font-size in px

This commit is contained in:
DarDar
2013-04-24 00:41:06 +02:00
parent c63b793a0d
commit 9cd3a92713
9 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
.jumbotron {
padding: 30px;
margin-bottom: 30px;
font-size: 21px;
font-size: (@font-size-base * 1.5);
font-weight: 200;
line-height: (@line-height-base * 1.5);
color: @jumbotron-lead-color;
@@ -26,7 +26,7 @@
border-radius: @border-radius-large; // Only round corners at higher resolutions
h1 {
font-size: 60px;
font-size: (@font-size-base * 4.5);
}
}
}