@@ -140,7 +140,7 @@ p{
}
-#item, #item-article{
+#item, #item-article, #event{
.title-wrapper{
.back{
font-family: $Bold;
@@ -179,17 +179,28 @@ p{
font-weight: normal;
- ul{
+ ul, ol{
+ padding: 0;
li{
font-size: 0.9rem;
line-height: 1.5rem;
+ &::before{
+ content: " ";
+ width: 5px;
+ height: 5px;
+ border-radius: 10px;
+ display: inline-block;
+ vertical-align: middle;
+ background: $red;
+ margin-right: 5px;
+ }
.content{
.content_s{
h2{
@@ -48,7 +48,8 @@
position: relative;
.__images{
- height: 200px;
+ height: 100%;
+ max-height: 500px;
overflow: hidden;
img{
width: 100%;