drip: Cambiar estilo de titulos
This commit is contained in:
parent
e39b24ecf6
commit
5a1f7ac2e5
1 changed files with 9 additions and 0 deletions
9
drip.css
9
drip.css
|
@ -6,6 +6,15 @@ body {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
margin: 2rem 0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
border-bottom: black solid 1px;
|
||||||
|
}
|
||||||
|
|
||||||
img,
|
img,
|
||||||
video {
|
video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Reference in a new issue