Compare commits
No commits in common. "b1162e5b5a41eaa45110343843bea56ab2a12c3c" and "c423563b7c18feb60cb7e68cc42ea305f3e52409" have entirely different histories.
b1162e5b5a
...
c423563b7c
4 changed files with 2 additions and 7 deletions
|
@ -1,3 +0,0 @@
|
||||||
![Foto del Atreus v1 de frente](Atreus%20v1.md-frente.jpg)
|
|
||||||
|
|
||||||
![Foto del Atreus v1 de atrás, exponiendo sus cables interiores](Atreus%20v1.md-atrás.jpg)
|
|
Binary file not shown.
Before Width: | Height: | Size: 533 KiB |
Binary file not shown.
Before Width: | Height: | Size: 225 KiB |
6
drip.css
6
drip.css
|
@ -1,15 +1,13 @@
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
max-width: 45rem;
|
max-width: 45rem;
|
||||||
margin: 0;
|
margin: 0 auto;
|
||||||
margin-left: auto;
|
padding: 1rem;
|
||||||
padding: 0.5rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img,
|
img,
|
||||||
video {
|
video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
border-radius: 12px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
abbr {
|
abbr {
|
||||||
|
|
Reference in a new issue