mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
06.22.2022 9df825df06bf47bdbb53b67f15601c60f636b898
1
2
3
4
5
6
7
8
9
10
.content {
  height: auto;
  margin-top: 80px;
}
 
@media (min-width: 1921px) {
  .content {
    padding-right: 20%;
  }
}