Skip to content
Snippets Groups Projects
Commit ceabcbac authored by Brian Canini's avatar Brian Canini
Browse files

- fixing logo size

- adjusting slider size in mobile
parent f317765d
No related merge requests found
...@@ -292,6 +292,10 @@ ...@@ -292,6 +292,10 @@
height: 100%; height: 100%;
max-height: 550px; max-height: 550px;
@media (max-width: 768px) {
max-height: 100%;
}
.slide-txt { .slide-txt {
background-color: rgba(255, 255, 255, 0.9); background-color: rgba(255, 255, 255, 0.9);
padding: 20px; padding: 20px;
...@@ -303,9 +307,7 @@ ...@@ -303,9 +307,7 @@
transform: perspective(1px) translateY(-50%); transform: perspective(1px) translateY(-50%);
@media (max-width: 768px) { @media (max-width: 768px) {
width: 80%; height: 100%;
top: 45%;
height: 120%;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
img { img {
max-width: 100%; max-width: 100%;
max-height: inherit; max-height: inherit;
width: 100%;
} }
} }
......
...@@ -52,6 +52,21 @@ ...@@ -52,6 +52,21 @@
overflow: hidden; overflow: hidden;
max-height: 550px; max-height: 550px;
.carousel-inner {
@media (max-width: 768px) {
display: flex;
justify-content: center;
align-items: center;
.item {
flex-shrink: 0;
min-width: 100%;
min-height: 100%;
}
}
}
.img-responsive { .img-responsive {
width: 100%; width: 100%;
} }
...@@ -63,6 +78,10 @@ ...@@ -63,6 +78,10 @@
@media (max-width: 1030px) { @media (max-width: 1030px) {
height: auto; height: auto;
} }
@media (max-width: 768px) {
max-height: 100%;
}
} }
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment