diff options
author | altaf-creator <athaalaa@gmail.com> | 2023-09-02 16:23:18 +0700 |
---|---|---|
committer | altaf-creator <athaalaa@gmail.com> | 2023-09-02 16:23:18 +0700 |
commit | ec9892ad62f3bd6a1a7c9faf2505bc861a48fddd (patch) | |
tree | 2af7f8aedcb3696a6bed4578dd4f85fd2d13a55d /lessons/fisika/atom/atom.html | |
parent | 86f162bfd4123c012d06f9385795a51813f8f958 (diff) |
New translation, new physics page
Diffstat (limited to 'lessons/fisika/atom/atom.html')
-rw-r--r-- | lessons/fisika/atom/atom.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lessons/fisika/atom/atom.html b/lessons/fisika/atom/atom.html index a856bf5..ef70b0b 100644 --- a/lessons/fisika/atom/atom.html +++ b/lessons/fisika/atom/atom.html @@ -66,9 +66,11 @@ <h1 id="symbol">Symbol of An Atom</h1> <div class="flex flex-center" style="width: 100%;"> <img src="/assets/images/atoms/oxygen_symbol.svg" alt="" - style="flex: 1 200px; margin: 30px; min-width: 0px; max-width: 600px;"> + style="flex: 1 200px; margin: 30px; min-width: 0px; + max-width: clamp(100px, 600px, 100%);"> <img src="/assets/images/atoms/symbol.svg" alt="" - style="flex: 1 200px; margin: 30px; min-width: 0px; max-width: 600px;"> + style="flex: 1 200px; margin: 30px; min-width: 0px; + max-width: clamp(100px, 600px, 100%);"> </div> <p class="subtitle">(picture on the left) An example of an atom symbol, (picture on the right) The format of an atom symbol (FOR INDONESIA)</p> |