Changes for page AL5B Arm Assembly Instructions Rev. 2.1
Last modified by Eric Nantel on 2026/04/06 10:23
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -28,6 +28,11 @@ 28 28 .asm-optional { background: #e8f0ff; border-left: 3px solid #3a5fa0; padding: 0.3rem 0.6rem; border-radius: 0 4px 4px 0; font-size: 12px; color: #3a5fa0; font-weight: bold; margin-bottom: 0.5rem; display: inline-block; } 29 29 .asm-warning { color: #c00; font-weight: bold; } 30 30 .asm h1 { font-size: 18px; margin-bottom: 0.25rem; } 31 +@media (max-width: 600px) { 32 + .asm-parts { flex-direction: column; } 33 + .asm-part { flex: 1 1 100%; } 34 + .asm-part-img img { max-width: 100%; max-height: none; } 35 +} 31 31 </style> 32 32 33 33 <div class="asm">

