Penambahan FrontEnd All-New-Manufacture
This commit is contained in:
24
public/scss/pages/_page-error.scss
Normal file
24
public/scss/pages/_page-error.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
.error-page{
|
||||
.error-text {
|
||||
font-size: 9.375rem;
|
||||
line-height: 1;
|
||||
|
||||
@include respond('phone') {
|
||||
font-size: 5rem;
|
||||
}
|
||||
}
|
||||
h4{
|
||||
font-size: 2.4rem;
|
||||
margin-bottom: 0.3125rem;
|
||||
|
||||
@include respond('phone') {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
}
|
||||
p{
|
||||
font-size: 1rem;
|
||||
@include respond('phone') {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user