Skip to content

Commit

Permalink
Merge branch 'github-master' into 'master'
Browse files Browse the repository at this point in the history
Sync with GitHub

See merge request kodilan/frontend!3
  • Loading branch information
fatihacet committed Dec 26, 2020
2 parents 352b9e0 + ac14da9 commit d9b9956
Show file tree
Hide file tree
Showing 22 changed files with 608 additions and 200 deletions.
122 changes: 115 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
}
}
}
65 changes: 62 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "App",
"name": "Kod İlan",
"short_name": "Kod İlan",
"icons": [
{
"src": "\/android-icon-36x36.png",
Expand Down Expand Up @@ -36,6 +37,64 @@
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
},
{
"src": "\/apple-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/apple-icon-57x57.png",
"sizes": "57x57",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/apple-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/apple-icon-76x76.png",
"sizes": "76x76",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/apple-icon-114x114.png",
"sizes": "114x114",
"type": "image\/png",
"density": "2.5"
},
{
"src": "\/apple-icon-120x120.png",
"sizes": "120x120",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/apple-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.5"
},
{
"src": "\/apple-icon-152x152.png",
"sizes": "152x152",
"type": "image\/png",
"density": "4.0"
},
{
"src": "\/apple-icon-180x180.png",
"sizes": "152x152",
"type": "image\/png",
"density": "4.5"
}
],
"start_url": ".",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#333333"
}
6 changes: 5 additions & 1 deletion src/assets/css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ body.boxed {

@media only screen and (min-width: 768px) and (max-width: 990px) {
.container {
width: 768px;
width: 100%;
}
.container .column,
.container .columns {
Expand Down Expand Up @@ -312,6 +312,10 @@ body.boxed {
.container .two-thirds.column {
width: 492px;
}
.companyLink {
overflow: hidden;
text-overflow: ellipsis;
}
}

/* #Mobile (Portrait)
Expand Down
Loading

0 comments on commit d9b9956

Please sign in to comment.