mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-06 20:43:13 +08:00
Update bookmark. Changes to CSS. Changes to WeatherJob
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
.Container {
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* .Container {
|
||||
width: 60%;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
padding-top: 20px;
|
||||
} */
|
||||
|
||||
/* 320px — 480px: Mobile devices.
|
||||
481px — 768px: iPads, Tablets.
|
||||
769px — 1024px: Small screens, laptops.
|
||||
@@ -11,7 +19,8 @@
|
||||
|
||||
@media (min-width: 769px) {
|
||||
.Container {
|
||||
padding: 25px 40px;
|
||||
/* padding: 25px 40px; */
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user