mirror of
https://github.com/cliffe/HacktivityLabSheets.git
synced 2026-02-20 13:50:46 +00:00
Enhance lab layout by adjusting content width in embedded mode
- Added a CSS rule to set the maximum width of lab content to 100% in embedded mode, improving responsiveness and layout consistency.
This commit is contained in:
@@ -96,6 +96,10 @@ layout: default
|
|||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.embeded-mode .lab-content {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.lab-header {
|
.lab-header {
|
||||||
border-bottom: 2px solid var(--panelborder-color);
|
border-bottom: 2px solid var(--panelborder-color);
|
||||||
padding-bottom: 1.5rem;
|
padding-bottom: 1.5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user