Skip to content

Commit

Permalink
fix minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mnakao committed Mar 20, 2024
1 parent 2c85161 commit 46acc84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index_ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2><a id="batch" name="batch">Batch Jobs</a></h2>
<tr><th>Category</th><th>Application</th></tr>
<tr><td>Climate</td><td>SCALE</td></tr>
<tr><td>Computer Aided Engineering</td><td>FDS, FFVHC-ACE, FrontFlow (blue/X), FrontISTR, OpenFOAM (Foundation/OpenCFD)</td></tr>
<tr><td>Condensed Matter Physics</td><td>ALAMODE, AkaiKKR, H&Phi; mVMC, OpenMX, PHASE/0, Quantum Espresso, SALMON<</td></tr>
<tr><td>Condensed Matter Physics</td><td>ALAMODE, AkaiKKR, H&Phi; mVMC, OpenMX, PHASE/0, Quantum Espresso, SALMON</td></tr>
<tr><td>Molecular Dynamics</td><td>GENESIS, GROMACS, LAMMPS, MODYLAS</td></tr>
<tr><td>Quantum Chemistry</td><td>ABINIT-MP, Gaussian, NTChem, SMASH</td></tr>
<tr><td>Quantum Simulation</td><td>braket</td></tr>
Expand Down
9 changes: 7 additions & 2 deletions misc/logo/fugaku.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.apps-section-header-blue {
margin-top: 10px;
padding-left: 20px;
font-weight: bo<ld;
font-weight: bold;
background-color: #0000B0;
}
h4.fugaku_info {
Expand All @@ -28,7 +28,6 @@ h4.fugaku_info {
.fugaku_motd table {
word-break: break-word;
word-wrap: break-word;
font-size: 1.2rem;
margin-bottom: 25px;
}

Expand Down Expand Up @@ -95,6 +94,12 @@ h4.fugaku_info {
width: 100px;
}
@media (max-width: 1459.98px) {
.fugaku_motd td{
font-size: 1.0rem;
}
.design01{
font-size: 0.9rem;
}
.design01 th {
padding: 0px;
white-space: nowrap;
Expand Down

0 comments on commit 46acc84

Please sign in to comment.