|
@@ -1,3 +1,7 @@
|
|
|
+* {
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
body {
|
|
|
margin: 0;
|
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial,
|
|
@@ -22,12 +26,8 @@ body {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-#mainFrame {
|
|
|
-
|
|
|
-}
|
|
|
-
|
|
|
#content {
|
|
|
- padding: 3em 1em 1em;
|
|
|
+ padding: 2em 1em 1em;
|
|
|
}
|
|
|
|
|
|
#footer {
|
|
@@ -226,20 +226,21 @@ h3 {
|
|
|
|
|
|
.navButtons {
|
|
|
margin: 0 auto 1em;
|
|
|
+ text-align: center;
|
|
|
max-width: 400px;
|
|
|
}
|
|
|
|
|
|
.buttonQuestion,
|
|
|
.button {
|
|
|
text-align: center;
|
|
|
- width: 100%;
|
|
|
margin: 0.5em 0;
|
|
|
- padding: 0.5em 0;
|
|
|
+ padding: 0.5em 1.5em;
|
|
|
display: inline-block;
|
|
|
border: none;
|
|
|
border-radius: 3px;
|
|
|
text-decoration: none;
|
|
|
font-size: 18px;
|
|
|
+
|
|
|
}
|
|
|
.button:hover {
|
|
|
background-color: white;
|
|
@@ -251,8 +252,11 @@ h3 {
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
-.buttonQuestion {
|
|
|
+.buttonQuestion,
|
|
|
+#back_button,
|
|
|
+#back_button_off {
|
|
|
color: white;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
.buttonLink {
|
|
@@ -288,7 +292,7 @@ h3 {
|
|
|
}
|
|
|
#slogan {
|
|
|
margin: 1em 0;
|
|
|
- font-size: 4vmin;
|
|
|
+ font-size: calc(14px + 2vmin);
|
|
|
}
|
|
|
.urlToCopyContainer {
|
|
|
width: 100%;
|
|
@@ -299,16 +303,12 @@ h3 {
|
|
|
background-color: white;
|
|
|
display: inline-block;
|
|
|
padding: 0.5em;
|
|
|
- margin: 1em;
|
|
|
+ margin: 1em 0 0;
|
|
|
z-index: 6;
|
|
|
border-radius: 3px;
|
|
|
word-break: break-all;
|
|
|
}
|
|
|
|
|
|
-* {
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-
|
|
|
.scale {
|
|
|
font-family: Segoe UI, sans-serif;
|
|
|
display: flex;
|