one of many positioning fixes
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _bookmarks.scss
1 .bookmarks-quote-box {
2     padding: 30px ;
3     background: #E6F0F1;
4     border-radius: 20px;
5     margin-bottom: 30px;
6     display: flex;
7     justify-content: center;
8     align-items: center;
9     gap: 30px;
10
11     .bookmarks-quote {
12         
13     }
14
15     .bookmarks-quote-content {
16         padding: 30px;
17     }
18     
19     .bookmarks-quote-book {
20         img {
21             width: 170px;
22         }
23     }
24 }