mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
Fixed postcss errors
This commit is contained in:
parent
fca47a8abd
commit
cddc26d082
@ -362,6 +362,9 @@ hr {
|
||||
}
|
||||
@media screen and (min-width:40em) {
|
||||
hr {
|
||||
background-size: 100% 31px;
|
||||
background-size: 100% 1.722222222222222rem;
|
||||
background-image: linear-gradient(to bottom, transparent 1px, transparent 13.5px, #222 13.5px, #222 17.5px, transparent 17.5px, transparent 31px);
|
||||
margin-top: 62px;
|
||||
margin-top: 3.444444444444445rem;
|
||||
margin-bottom: 62px;
|
||||
@ -370,13 +373,6 @@ hr {
|
||||
height: 1.722222222222222rem;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width:40em) {
|
||||
hr {
|
||||
background-size: 100% 31px;
|
||||
background-size: 100% 1.722222222222222rem;
|
||||
background-image: linear-gradient(to bottom, transparent 1px, transparent 13.5px, #222 13.5px, #222 17.5px, transparent 17.5px, transparent 31px);
|
||||
}
|
||||
}
|
||||
img {
|
||||
border: 0;
|
||||
max-width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user