Back to blog from RCC
This commit is contained in:
parent
fe2e50b3b6
commit
fbca74ccec
2 changed files with 28 additions and 0 deletions
|
@ -63,6 +63,16 @@ body{
|
|||
position: absolute;
|
||||
}
|
||||
|
||||
.back {
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
text-decoration: none;
|
||||
line-height: 64px;
|
||||
vertical-align: middle;
|
||||
right: 75px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
/* MAIN */
|
||||
|
||||
.card{
|
||||
|
@ -244,4 +254,14 @@ form{
|
|||
left: 25px;
|
||||
}
|
||||
|
||||
.back {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media screen and (min-width: 721px) {
|
||||
#back-card {
|
||||
display: none;
|
||||
}
|
||||
}
|
Reference in a new issue