forked from indymedia/epicyon
Larger mobile fonts
parent
8aafc35c10
commit
e311fdebb2
|
@ -735,6 +735,26 @@ input[type=checkbox]
|
|||
transform: translateY(-10%);
|
||||
}
|
||||
|
||||
.intro {
|
||||
font-size: 24px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.headerlink {
|
||||
font-size: 30px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.siteheader {
|
||||
font-size: 30px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
footer {
|
||||
float: right;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 400px) {
|
||||
body, html {
|
||||
font-size: 22px;
|
||||
|
@ -898,6 +918,25 @@ input[type=checkbox]
|
|||
margin: 5px;
|
||||
float: right;
|
||||
}
|
||||
.intro {
|
||||
font-size: 24px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.headerlink {
|
||||
font-size: 30px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.siteheader {
|
||||
font-size: 30px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
footer {
|
||||
float: right;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
|
@ -1063,27 +1102,31 @@ input[type=checkbox]
|
|||
margin: 5px;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
.intro {
|
||||
font-size: 24px;
|
||||
font-size: 32px;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.headerlink {
|
||||
font-size: 30px;
|
||||
font-size: 40px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.siteheader {
|
||||
font-size: 40px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
footer {
|
||||
float: right;
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.imageright {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.siteheader {
|
||||
font-size: 30px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.shell {
|
||||
margin: 30px 30px;
|
||||
width: 100%;
|
||||
|
@ -1092,11 +1135,6 @@ input[type=checkbox]
|
|||
background-color: black;
|
||||
}
|
||||
|
||||
footer {
|
||||
float: right;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<body>
|
||||
<div class="timeline-banner"></div>
|
||||
|
|
Loading…
Reference in New Issue