aboutsummaryrefslogtreecommitdiffstats
path: root/css/estilos.css
blob: 3e5d8bd497318713e49ebb407587f38ff46329b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/* -- HEADER -- */
h6.espacio-libre{
	display:none;
}
.navbar {
    margin-bottom: 0;
}

.jumbotron-dbs {
    background:#428BCA;
    color:#fff;
    padding:20px 0;
}

.jumbotron-dbs h1, p.tituloheader{
	margin-left: 105px;
}

/* -- POST -- */
.main {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #999;
}

.post .post-title a {
    color:#333;
}

.post .thumb {
    margin-right:10px;
    width:40%;
}

.post .thumb img {
    width:100%;
}

.post .contenedor-botones {
    width: 100%;
}

/* -- Media Querie -- */
@media screen and (max-width: 768px) {
    .post .thumb {
	width: 100%;
	margin-bottom: 20px;
	margin-right: 0;
    }
    .jumbotron-dbs h1, p.tituloheader{
	margin-left: 15px;
	}
}