diff --git a/rcc/index.php b/rcc/index.php
index c52a198..198c130 100644
--- a/rcc/index.php
+++ b/rcc/index.php
@@ -32,6 +32,7 @@ THE SOFTWARE.
+
+ Back
+
+ Go back to your blog.
+
+ GO BACK
+
diff --git a/rcc/res/rcc.css b/rcc/res/rcc.css
index 8893fbe..31da3c7 100644
--- a/rcc/res/rcc.css
+++ b/rcc/res/rcc.css
@@ -63,6 +63,16 @@ body{
position: absolute;
}
+.back {
+ color: #fff;
+ font-size: 18px;
+ text-decoration: none;
+ line-height: 64px;
+ vertical-align: middle;
+ right: 75px;
+ position: absolute;
+}
+
/* MAIN */
.card{
@@ -244,4 +254,14 @@ form{
left: 25px;
}
+ .back {
+ display: none;
+ }
+
+}
+
+@media screen and (min-width: 721px) {
+ #back-card {
+ display: none;
+ }
}
\ No newline at end of file