vLAR commited on
Commit
461621d
·
verified ·
1 Parent(s): 761a0d8

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -2
README.md CHANGED
@@ -46,6 +46,32 @@ arxiv: 2604.09415
46
  homepage: https://vlar-group.github.io/PhysInOne.html
47
  ---
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  <h1 align="center" style="font-size: 42px;">PhysInOne: Visual Physics Learning and Reasoning in One Suite</h1>
50
 
51
  <p align="center">
@@ -109,7 +135,7 @@ homepage: https://vlar-group.github.io/PhysInOne.html
109
  </p>
110
 
111
 
112
- <div style="display: flex; align-items: flex-start; gap: 24px;">
113
 
114
  <aside style="min-width: 220px; max-width: 240px; position: sticky; top: 16px; padding: 16px; border: 1px solid #e5e7eb; border-radius: 12px; background: #f9fafb; font-size: 14px; line-height: 1.55;">
115
  <strong>🧭 Navigation</strong><br><br>
@@ -127,7 +153,7 @@ homepage: https://vlar-group.github.io/PhysInOne.html
127
  <a href="#contact">📮 Contact</a><br>
128
  </aside>
129
 
130
- <main style="min-width: 0; flex: 1; line-height: 1.45; font-size: 15px;">
131
 
132
  <a id="summary"></a>
133
 
 
46
  homepage: https://vlar-group.github.io/PhysInOne.html
47
  ---
48
 
49
+
50
+ <style>
51
+ .physinone-card {
52
+ line-height: 1.4;
53
+ }
54
+ .physinone-card p {
55
+ margin-top: 0.35em;
56
+ margin-bottom: 0.35em;
57
+ }
58
+ .physinone-card ul,
59
+ .physinone-card ol {
60
+ margin-top: 0.25em;
61
+ margin-bottom: 0.45em;
62
+ padding-left: 1.35em;
63
+ }
64
+ .physinone-card li {
65
+ margin-top: 0.12em;
66
+ margin-bottom: 0.12em;
67
+ }
68
+ .physinone-card li p {
69
+ margin-top: 0.1em;
70
+ margin-bottom: 0.1em;
71
+ }
72
+ </style>
73
+
74
+
75
  <h1 align="center" style="font-size: 42px;">PhysInOne: Visual Physics Learning and Reasoning in One Suite</h1>
76
 
77
  <p align="center">
 
135
  </p>
136
 
137
 
138
+ <div class="physinone-card" style="display: flex; align-items: flex-start; gap: 24px;">
139
 
140
  <aside style="min-width: 220px; max-width: 240px; position: sticky; top: 16px; padding: 16px; border: 1px solid #e5e7eb; border-radius: 12px; background: #f9fafb; font-size: 14px; line-height: 1.55;">
141
  <strong>🧭 Navigation</strong><br><br>
 
153
  <a href="#contact">📮 Contact</a><br>
154
  </aside>
155
 
156
+ <main style="min-width: 0; flex: 1; line-height: 1.38; font-size: 15px;">
157
 
158
  <a id="summary"></a>
159