From 7f191045561e79a206109223229ee0b005b16d4d Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sat, 2 Sep 2023 23:44:14 +0700 Subject: Fix chip-container margin responsiveness, fix punctuations --- lessons/fisika/static-electricity/id-theory.html | 6 +++--- lessons/fisika/static-electricity/theory.html | 6 +++--- style.css | 4 ++++ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/lessons/fisika/static-electricity/id-theory.html b/lessons/fisika/static-electricity/id-theory.html index 3377bde..47e3e18 100644 --- a/lessons/fisika/static-electricity/id-theory.html +++ b/lessons/fisika/static-electricity/id-theory.html @@ -70,7 +70,7 @@

Elektroskop Netral


Sebuah elektroskop netral. -

Sebuah elektroskop dapat menjadi netral, positif, ataupun negatif. Bagian ini menjelaskan tentang elektroskop netral. Jika sebuah benda didekatkan ke bola elektroskop, maka;

+

Sebuah elektroskop dapat menjadi netral, positif, ataupun negatif. Bagian ini menjelaskan tentang elektroskop netral. Jika sebuah benda didekatkan ke bola elektroskop, maka:

  1. Jika objek itu bermuatan netral, tidak akan ada yang terjadi.
  2.   @@ -90,7 +90,7 @@

    Elektroskop Positif


    Sebuah elektroskop positif. -

    Tipe lain dari elektroskop adalah elektroskop positif. Muatan dari elektroskop ini telah dipisahkan antara proton dan elektron menggunakan konduksi. Jika sebuah objek didekatkan ke bola elektroskop, maka;

    +

    Tipe lain dari elektroskop adalah elektroskop positif. Muatan dari elektroskop ini telah dipisahkan antara proton dan elektron menggunakan konduksi. Jika sebuah objek didekatkan ke bola elektroskop, maka:

    1.  
      @@ -108,7 +108,7 @@

      Elektroskop Negatif


      Sebuah elektroskop negatif. -

      Jika sebuah benda didekatkan ke bola elektroskop, maka;

      +

      Jika sebuah benda didekatkan ke bola elektroskop, maka:

      1.  
        diff --git a/lessons/fisika/static-electricity/theory.html b/lessons/fisika/static-electricity/theory.html index 0c54c73..f62c31d 100644 --- a/lessons/fisika/static-electricity/theory.html +++ b/lessons/fisika/static-electricity/theory.html @@ -69,7 +69,7 @@

        Neutral Electroscope


        A neutral electroscope. -

        An electroscope can be Neutral, Positive, or Negative. This part explains about a netural electroscope. If an object is brought closer to the ball;

        +

        An electroscope can be Neutral, Positive, or Negative. This part explains about a netural electroscope. If an object is brought closer to the ball:

        1. If the object is neutral, nothing will happen.
        2.   @@ -89,7 +89,7 @@

          Positive Electroscope


          A positive electroscope. -

          Another type of elecroscope is a positively charged electroscope. This means that the protons of the electroscope has been seperated by the electrons with conduction. If an object has been brought closer to the ball of the electroscope;

          +

          Another type of elecroscope is a positively charged electroscope. This means that the protons of the electroscope has been seperated by the electrons with conduction. If an object has been brought closer to the ball of the electroscope:

          1.  
            @@ -107,7 +107,7 @@

            Negative Electroscope


            A negative electroscope. -

            If an object has been brought closer to the ball of the negative electroscope;

            +

            If an object has been brought closer to the ball of the negative electroscope:

            1.  
              diff --git a/style.css b/style.css index 686177d..d76124c 100644 --- a/style.css +++ b/style.css @@ -642,4 +642,8 @@ li>a:hover { .top-chips-container { flex-direction: column; } + + #chip-container { + margin-left: 20px; + } } \ No newline at end of file -- cgit v1.2.3