diff options
Diffstat (limited to 'lessons/fisika/atom')
-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> |