Remove font-size directives.
The font sizing is not consistent in Chrome - i.e. reload the page and the size can shrink - so go back to default sizes for now.
This commit is contained in:
parent
68b2f35bf0
commit
020907d476
|
@ -6,8 +6,6 @@ body {
|
||||||
background-color: #9900cc;
|
background-color: #9900cc;
|
||||||
background-image: url('../img/purple-fabric-background.jpg');
|
background-image: url('../img/purple-fabric-background.jpg');
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 14px;
|
|
||||||
font-size: 1.4rem;
|
|
||||||
height: auto;
|
height: auto;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
@ -17,8 +15,6 @@ body {
|
||||||
h1 {
|
h1 {
|
||||||
background: white;
|
background: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 17px;
|
|
||||||
font-size: 1.7rem;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -59,8 +55,6 @@ div.banner h1
|
||||||
{
|
{
|
||||||
display: none;
|
display: none;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 50px;
|
|
||||||
font-size: 5.0rem;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-family: 'Pirata One', sans-serif;
|
font-family: 'Pirata One', sans-serif;
|
||||||
|
@ -156,8 +150,6 @@ div.dottes-tune-header-middle
|
||||||
|
|
||||||
div.dottes-tune-header-middle h1
|
div.dottes-tune-header-middle h1
|
||||||
{
|
{
|
||||||
font-size: 25px;
|
|
||||||
font-size: 2.5rem;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
@ -165,8 +157,6 @@ div.dottes-tune-header-middle h1
|
||||||
|
|
||||||
div.dottes-tune-header-middle h2
|
div.dottes-tune-header-middle h2
|
||||||
{
|
{
|
||||||
font-size: 15px;
|
|
||||||
font-size: 1.5rem;
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
@ -212,8 +202,6 @@ div.dottes-tune-footer-right
|
||||||
|
|
||||||
a.dottes-tune-link
|
a.dottes-tune-link
|
||||||
{
|
{
|
||||||
font-size: 20px;
|
|
||||||
font-size: 2.0rem;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 12px;
|
top: 12px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue