initial for skilled e-learning landing page
This commit is contained in:
parent
220d4fc991
commit
2abe6df04c
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
* Design Sizes:
|
||||
* Mobile: 375x2615
|
||||
* Tablet: 768 × 1760
|
||||
* Desktop: 1440 × 1845
|
||||
*/
|
||||
|
||||
*,
|
||||
::before,
|
||||
::after {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
:root {
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1440px) {
|
||||
}
|
Loading…
Reference in New Issue