diff --git a/assassin.html b/assassin.html
index 8347fab..a114bb3 100644
--- a/assassin.html
+++ b/assassin.html
@@ -12,7 +12,7 @@
diff --git a/commando.html b/commando.html
index da1f785..69b1983 100644
--- a/commando.html
+++ b/commando.html
@@ -12,7 +12,7 @@
diff --git a/gunzerker.html b/gunzerker.html
index b9885f7..64c85d9 100644
--- a/gunzerker.html
+++ b/gunzerker.html
@@ -12,7 +12,7 @@
diff --git a/main.css b/main.css
index 698b667..11cc638 100644
--- a/main.css
+++ b/main.css
@@ -407,7 +407,16 @@ img.portrait {
}
.stamp {
- display: inline-block;
- transform: rotate(10deg);
+ display: block;
color: orangered;
+ font-size: 0.8em;
}
+
+@media (min-width: 80em) {
+ .stamp {
+ display: inline-block;
+ position: absolute;
+ transform: rotate(10deg);
+ margin: 0.6em 0 0 0.2em;
+ }
+}
\ No newline at end of file
diff --git a/mechromancer.html b/mechromancer.html
index 4d8ca92..51b803e 100644
--- a/mechromancer.html
+++ b/mechromancer.html
@@ -12,7 +12,7 @@
diff --git a/patch/assassin.html b/patch/assassin.html
index 26a5d9f..0536d82 100644
--- a/patch/assassin.html
+++ b/patch/assassin.html
@@ -12,7 +12,7 @@
diff --git a/patch/commando.html b/patch/commando.html
index 02fb851..9ac6d7c 100644
--- a/patch/commando.html
+++ b/patch/commando.html
@@ -12,7 +12,7 @@
diff --git a/patch/gunzerker.html b/patch/gunzerker.html
index 7e60246..1fe7378 100644
--- a/patch/gunzerker.html
+++ b/patch/gunzerker.html
@@ -12,7 +12,7 @@
diff --git a/patch/mechromancer.html b/patch/mechromancer.html
index b189c75..f2b5add 100644
--- a/patch/mechromancer.html
+++ b/patch/mechromancer.html
@@ -12,7 +12,7 @@
diff --git a/patch/psycho.html b/patch/psycho.html
index 4789226..786e402 100644
--- a/patch/psycho.html
+++ b/patch/psycho.html
@@ -12,7 +12,7 @@
diff --git a/patch/siren.html b/patch/siren.html
index cfe377b..2a0b8d7 100644
--- a/patch/siren.html
+++ b/patch/siren.html
@@ -12,7 +12,7 @@
diff --git a/psycho.html b/psycho.html
index f4a080c..b89831c 100644
--- a/psycho.html
+++ b/psycho.html
@@ -12,7 +12,7 @@
diff --git a/siren.html b/siren.html
index 9767074..ec50aed 100644
--- a/siren.html
+++ b/siren.html
@@ -12,7 +12,7 @@