mirror of
https://github.com/robonen/metr.git
synced 2026-03-20 10:54:41 +00:00
+Vue +edited backend
This commit is contained in:
@@ -115,10 +115,27 @@ h1, h2, h3, h4, h5, h6 {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.main__image {
|
||||
width: 728px;
|
||||
height: 416px;
|
||||
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
transition: background 0.2s ease;
|
||||
}
|
||||
|
||||
.other__images a{
|
||||
margin-top: 2%;
|
||||
margin-right: 2%;
|
||||
}
|
||||
|
||||
.other__images a > img{
|
||||
margin-right: 2%;
|
||||
|
||||
width: 220px;
|
||||
height: 140px;
|
||||
}
|
||||
|
||||
.adv__host {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -134,6 +151,15 @@ h1, h2, h3, h4, h5, h6 {
|
||||
margin: 3% 0;
|
||||
}
|
||||
|
||||
.userlogo {
|
||||
width: 148px;
|
||||
height: 148px;
|
||||
border-radius: 50%;
|
||||
|
||||
background: center no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.host__stat {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user