style news
This commit is contained in:
parent
5ee4ec45c7
commit
ec28b1a9be
2 changed files with 22 additions and 4 deletions
|
@ -5,7 +5,10 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
|
||||
ul {
|
||||
list-style: disc;
|
||||
padding-left: 20px;
|
||||
}
|
||||
&__row {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
@ -14,16 +17,22 @@
|
|||
&__img {
|
||||
margin-bottom: 20rem;
|
||||
width: 100%;
|
||||
max-width: 400rem;
|
||||
|
||||
&--float {
|
||||
float: right;
|
||||
max-width: 100rem;
|
||||
margin: 5rem;
|
||||
max-height: 200rem;
|
||||
object-fit: contain;
|
||||
}
|
||||
&--one {
|
||||
max-height: 278rem;
|
||||
max-height: 278rem;
|
||||
max-width: 100%;
|
||||
height: 278rem;
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
border-radius: 10rem;
|
||||
height: 100%;
|
||||
|
||||
&:not(:first-of-type) {
|
||||
display: none;
|
||||
}
|
||||
|
@ -43,6 +52,7 @@
|
|||
|
||||
&__content {
|
||||
overflow: hidden;
|
||||
margin-bottom: 60rem;
|
||||
}
|
||||
|
||||
&__title {
|
||||
|
|
|
@ -248,10 +248,18 @@
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding-top: 20rem;
|
||||
|
||||
}
|
||||
&__tab-close {
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
&__tab--1 {
|
||||
display: none;
|
||||
}
|
||||
&__tab--2 {
|
||||
display: none;
|
||||
}
|
||||
&__tab-row {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue