mirror of
https://github.com/fazo96/tesina.git
synced 2025-01-10 11:34:20 +01:00
19 lines
189 B
CSS
19 lines
189 B
CSS
img[alt="Tor"] {
|
|
max-width: 20em !important;
|
|
}
|
|
|
|
p {
|
|
text-align: justify;
|
|
}
|
|
|
|
/* PDF */
|
|
|
|
img[alt="Syncthing"]{
|
|
display: none;
|
|
}
|
|
|
|
img[alt="SyncthingPDF"] {
|
|
width: 350px !important;
|
|
}
|
|
|