Arctomachine
Arctomachine
KPCKevin Powell - Community
Created by Arctomachine on 10/13/2024 in #front-end
Take full width in single column grid
No description
3 replies
KPCKevin Powell - Community
Created by Arctomachine on 9/28/2024 in #front-end
Semantic html for contact block
From semantic perspective which tags should be used for blocks like phone: xxxxxxx ?
<li>
<h2>phone:</h2>
</span>xxxxxxx</span>
</li>

<li>
<b>phone:</b> xxxxxxx
</li>
<li>
<h2>phone:</h2>
</span>xxxxxxx</span>
</li>

<li>
<b>phone:</b> xxxxxxx
</li>
One of these? Something else? This happens in context of contacts page if it makes any difference.
5 replies
KPCKevin Powell - Community
Created by Arctomachine on 9/20/2024 in #front-end
In grid of 3 items keep middle item strictly centered
No description
6 replies
KPCKevin Powell - Community
Created by Arctomachine on 9/8/2024 in #ui-ux
Adaptive components in penpot
Is it possible currently? My current use case: adaptive header. Display fully on big board, but switch to alternative version on small boards. Plus max-width on grid layout. Is it possible? Right now I make board grid container and have to manually calculate desired max width to then manually assign margins, otherwise it just takes full width of board
1 replies