Commit b5f8d493 by Ali Arshad

small css fix

parent 22e2ad2a
Pipeline #195 passed with stage
in 0 seconds
...@@ -21,8 +21,10 @@ ...@@ -21,8 +21,10 @@
-o-background-size: cover; -o-background-size: cover;
background-size: cover; background-size: cover;
width: 100%; width: 100%;
padding-top: 55px; height: 150px;
padding-bottom: 40px; display: flex;
justify-content: center;
align-items: center;
} }
.bootstrap-iso .learning-manaegment-image { .bootstrap-iso .learning-manaegment-image {
background-image: url(../imgaes/learning-manaegment-image.jpg); background-image: url(../imgaes/learning-manaegment-image.jpg);
...@@ -661,6 +663,5 @@ ...@@ -661,6 +663,5 @@
.bootstrap-iso .descrip p { .bootstrap-iso .descrip p {
line-height: 20px; line-height: 20px;
overflow: hidden; overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment