font size responsive
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
/***
|
||||
*** Ab hier responsive Angaben
|
||||
***/
|
||||
@media (max-width: 960px) {
|
||||
.wrapper {
|
||||
padding:0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 620px) {
|
||||
body{
|
||||
font: normal 500 1rem helvetica, sans-serif;
|
||||
}
|
||||
header{
|
||||
clip-path: polygon(0 0, 100% 0, 100% 80%, 0 200px);
|
||||
background: #a82e0f;
|
||||
@@ -15,4 +24,7 @@
|
||||
.box {
|
||||
width: 100%;
|
||||
}
|
||||
body{
|
||||
font: normal 500 .8rem helvetica, sans-serif;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user