Commit b985c797 by agungb

memperbaiki home.pt sipkd

1 parent e19c5700
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
padding: .5em; padding: .5em;
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
background: #009688; background: #ac284f;
color: #fff; color: #fff;
} }
.slide { .slide {
...@@ -19,14 +19,17 @@ ...@@ -19,14 +19,17 @@
margin-top: -.675%; margin-top: -.675%;
} }
.well { .well {
font-family: 'Roboto','Helvetica', sans-serif; font-family: "Open Sans",Arial,'Helvetica', sans-serif;
font-size: 1.125em; /*font-size: 1.125em;*/
line-height: 1.875em; line-height: 1.875em;
} }
.well h1 {
font-size: 1.5em;
}
.well h3 { .well h3 {
margin-top: .2em; margin-top: .2em;
text-transform: capitalize; text-transform: capitalize;
font-size: 2.275em; font-size: 1.375em;
font-weight: bold; font-weight: bold;
color: #616161; color: #616161;
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!