aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLibravatar Renard 2019-09-23 00:15:58 -0300
committerLibravatar Renard 2019-09-23 00:15:58 -0300
commit4ab085fa457af6beaf04076e0bb5305e0dd2c4eb (patch)
tree9be7588752cda06df34a7a326af085a70f2031fd /src
parent7fc39e132947b162e3f803ba46cc15cbf3f1d4db (diff)
downloadbai-client-4ab085fa457af6beaf04076e0bb5305e0dd2c4eb.tar.gz
bai-client-4ab085fa457af6beaf04076e0bb5305e0dd2c4eb.tar.xz
bai-client-4ab085fa457af6beaf04076e0bb5305e0dd2c4eb.zip
Ajustes CSS para moviles
Diffstat (limited to 'src')
-rw-r--r--src/App.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/src/App.css b/src/App.css
index e2d217a..97d09b3 100644
--- a/src/App.css
+++ b/src/App.css
@@ -53,8 +53,6 @@
padding-bottom: 1em;
}
-.yt {}
-
.yt .pvw {
display: none;
}
@@ -89,7 +87,22 @@
.ui.container.inverted {
background-color: #1c1c1c;
- padding: 1em 2em;
+ padding: 0.5em 1em;
+}
+
+@media only screen and (max-width: 767.98px) {
+ .ui.container.inverted {
+ padding: 0;
+ }
+
+ .ui.ui.ui.container.main:not(.fluid) {
+ margin-left: 0.5em !important;
+ margin-right: 0.5em !important;
+ }
+
+ .iu.container.main {
+ margin: 0px !important;
+ }
}
.homeContainer.inverted {