Skip to content
Snippets Groups Projects
Unverified Commit 806003c7 authored by weaver299's avatar weaver299 Committed by GitHub
Browse files

Merge pull request #338 from ASCWebServices/canini-2

Style updates
parents f317765d ceabcbac
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,10 @@
height: 100%;
max-height: 550px;
@media (max-width: 768px) {
max-height: 100%;
}
.slide-txt {
background-color: rgba(255, 255, 255, 0.9);
padding: 20px;
......@@ -303,9 +307,7 @@
transform: perspective(1px) translateY(-50%);
@media (max-width: 768px) {
width: 80%;
top: 45%;
height: 120%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
......
......@@ -32,6 +32,7 @@
img {
max-width: 100%;
max-height: inherit;
width: 100%;
}
}
......
......@@ -52,6 +52,21 @@
overflow: hidden;
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 {
width: 100%;
}
......@@ -63,6 +78,10 @@
@media (max-width: 1030px) {
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