webhadash

[DORMANT] hebrew website design
git clone git://git.figbert.com/webhadash.git
Log | Files | Refs

main.css (633B)


      1 body {
      2     font-family: 'Rubik', sans-serif;
      3     text-align: right;
      4     margin: auto;
      5 }
      6 
      7 nav {
      8     background-color: #DEDEDE;
      9     padding: 10px;
     10     font-size: calc(15px + 0.5vw);
     11     display: flex;
     12     flex-direction: row-reverse;
     13     flex-wrap: wrap;
     14     justify-content: flex-start;
     15     align-items: center;
     16     width: 99%;
     17 }
     18 
     19 .nav__link {
     20     color: black;
     21     text-decoration: none;
     22     padding-left: 10px;
     23     padding-right: 10px;
     24     font-weight: 400;
     25 }
     26 
     27 .article {
     28     color: black;
     29     text-align: center;
     30     padding-top: 25px;
     31 }
     32 
     33 .title {
     34     font-size: calc(20px + 1.5vw);
     35     font-weight: 700;
     36     margin-bottom: 15px;
     37 }