diff --git a/cara/apps/static/css/style.css b/cara/apps/static/css/style.css
index 875450f5..cfcb679e 100644
--- a/cara/apps/static/css/style.css
+++ b/cara/apps/static/css/style.css
@@ -45,7 +45,7 @@ body {
font-size: 1rem;
font-weight: 600;
letter-spacing: .1rem;
- box-shadow: 0 .5rem .5rem rgba(0,0,0,.5);
+ /* box-shadow: 0 .5rem .5rem rgba(0,0,0,.5); */
z-index: 1;
background: rgb(42, 52, 66);
}
@@ -149,12 +149,6 @@ body {
color: black;
}
-.feedback {
- float:right;
- font-size:1.7vh;
- font-weight:bold;
-}
-
/*===== FIXED BACKGROUND IMG =====*/
.fixed-background {
@@ -223,6 +217,15 @@ footer img {
height: 6em;
margin: 1%;
}
+ .feedback {
+ float:right;
+ font-size:1rem;
+ font-weight:bold;
+ }
+ .cara_version {
+ float:left;
+ font-size:1rem;
+ }
}
@media (max-width: 40em) {
@@ -250,6 +253,15 @@ footer img {
#link_reproduce_results {
display: none;
}
+ .feedback {
+ float:right;
+ font-size:.75rem;
+ font-weight:bold;
+ }
+ .cara_version {
+ float:left;
+ font-size:.75rem;
+ }
}
/* Devices under 768px (md) */
/* @media (max-width: 767.98px) {