mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
Refined mobile screen for unsubscribe
This commit is contained in:
parent
1f67cc6ddc
commit
a64fab7e69
@ -15,7 +15,7 @@
|
||||
<div class="gh-viewport">
|
||||
<main class="gh-main" role="main">
|
||||
<div class="gh-flow">
|
||||
<header class="gh-flow-head">
|
||||
<header class="gh-flow-head gh-flow-head-unsubscribe">
|
||||
<nav class="gh-flow-nav">
|
||||
<a href="{{@site.url}}" class="gh-flow-back-plain">
|
||||
<!--?xml version="1.0" encoding="UTF-8" standalone="no"?-->
|
||||
@ -35,7 +35,7 @@
|
||||
</header>
|
||||
|
||||
<div class="gh-flow-content-wrap">
|
||||
<section class="gh-flow-content gh-flow-content-regular">
|
||||
<section class="gh-flow-content gh-flow-content-unsubscribe">
|
||||
<p>
|
||||
{{#if error}}
|
||||
Uh oh! Unsubscribe failed: "{{error}}"
|
||||
|
@ -741,14 +741,21 @@ h2 {
|
||||
padding-left: 35px;
|
||||
}
|
||||
|
||||
.gh-flow-content-regular {
|
||||
.gh-flow-content-unsubscribe {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.gh-flow-head-unsubscribe {
|
||||
padding-top: 2.8vh;
|
||||
}
|
||||
.gh-flow-content {
|
||||
font-size: 4vw;
|
||||
}
|
||||
.gh-flow-content-unsubscribe {
|
||||
font-size: 1.8rem;
|
||||
line-height: 1.6em;
|
||||
}
|
||||
}
|
||||
.gh-flow-content header {
|
||||
margin: 0 auto;
|
||||
|
Loading…
Reference in New Issue
Block a user