Skip to content

Commit d05d4b5

Browse files
committed
Basline style changes
Pre mass change of `vh` to `dvh`, committing for pre-change backup
1 parent cc3f7d3 commit d05d4b5

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/pages/projects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ const pageContentObject = {
8585
pxlCamData,
8686
pxlVisData,
8787

88-
{'type':'spacer'},
88+
{'type':'spacer', 'style':['hideOnMobile']},
8989

9090
shadertoyData,
9191
dwitterData,
9292

93-
{'type':'spacer'},
93+
{'type':'spacer', 'style':['hideOnMobile']},
9494

9595
miscData
9696
]

docs/pages/projects/NeurousNet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const shemaData = {
1616

1717
export const pageListingData = {
1818
'htmlName' : "NeurousNet.htm",
19-
'name' : 'Neurous Net',
19+
'name' : 'Neurous<span class="hideOnMobile"> Net</span>',
2020
'title' : 'Neurous.Net',
2121
'lastModified' : '2025-02-14',
2222
'schemaData' : shemaData,

docs/style/procPages/procPages_aiDevStyle.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252
.aiDevPageStyle{
5353
width: calc( (100vw - 100vh)*-.62 + 100vw );
54+
max-width: 95vw;
5455
justify-items: right;
5556
z-index: 3;
5657
overflow: hidden;
@@ -101,7 +102,7 @@
101102
/* -- -- -- */
102103

103104
.aiDevPageParentStyle{
104-
max-width: 98vw;
105+
max-width: var(--procPage-mobile-width);
105106
width: 100%;
106107
height : 85vh;
107108
padding: var(--inner-padding);

docs/style/procPages/procPages_pageLayout.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191

9292
.procPageMediaView{
9393
grid-area: media;
94+
max-width: var(--procPage-mobile-width);
9495
height: 100%;
9596
overflow-y: auto;
9697
overflow-x: hidden;

0 commit comments

Comments
 (0)