Commit 364f4b46 authored by kliment's avatar kliment

Change font sizes and paddings

parent 4d0849c3
...@@ -289,13 +289,13 @@ h2 { ...@@ -289,13 +289,13 @@ h2 {
width: 768px; width: 768px;
margin-left: 0px; margin-left: 0px;
margin-right: auto; margin-right: auto;
padding-bottom: 30px; padding-bottom: 10px;
left: 0px; left: 0px;
right: auto; right: auto;
} }
.carousel-caption div { .carousel-caption div {
padding: 10px; padding: 1px;
background-color: rgb(30, 30, 30); background-color: rgb(30, 30, 30);
background-color: rgba(30, 30, 30, 0.8); background-color: rgba(30, 30, 30, 0.8);
-webkit-border-radius: 30px; -webkit-border-radius: 30px;
...@@ -346,8 +346,13 @@ h2 { ...@@ -346,8 +346,13 @@ h2 {
@media (min-width: 768px) { @media (min-width: 768px) {
/* Bump up size of carousel content */ /* Bump up size of carousel content */
.carousel-caption p { .carousel-caption p {
margin-bottom: 20px; margin-bottom: 2px;
font-size: 21px; font-size: 15px;
line-height: 1.4;
}
.carousel-caption h1 {
margin-bottom: 2px;
font-size: 26px;
line-height: 1.4; line-height: 1.4;
} }
......
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