Compare commits
3 commits
c423563b7c
...
b1162e5b5a
Author | SHA1 | Date | |
---|---|---|---|
b1162e5b5a | |||
9c336e977e | |||
8fb9f89b45 |
4 changed files with 7 additions and 2 deletions
3
Atreus v1.md
Normal file
3
Atreus v1.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
![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)
|
BIN
Atreus v1.md-atrás.jpg
Normal file
BIN
Atreus v1.md-atrás.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 533 KiB |
BIN
Atreus v1.md-frente.jpg
Normal file
BIN
Atreus v1.md-frente.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 225 KiB |
6
drip.css
6
drip.css
|
@ -1,13 +1,15 @@
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
max-width: 45rem;
|
max-width: 45rem;
|
||||||
margin: 0 auto;
|
margin: 0;
|
||||||
padding: 1rem;
|
margin-left: auto;
|
||||||
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
img,
|
img,
|
||||||
video {
|
video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
abbr {
|
abbr {
|
||||||
|
|
Reference in a new issue