Skip to content

Commit ad0d1fb

Browse files
BackendExpertJehanKandyVinuraPathirana
committed
Update
Co-Authored-By: JehanKandy <jehankandy@gmail.com> Co-Authored-By: Vinura Pathirana <154809219+VinuraPathirana@users.noreply.github.com>
1 parent 83e6c50 commit ad0d1fb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

site/assets/scss/app.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ a {
436436
margin-bottom: 5px;
437437
}
438438
.site-container {
439-
padding: 0 20%;
439+
padding: 0 15%;
440440
width: auto;
441441
}
442442
.footer-grid {
@@ -465,7 +465,7 @@ a {
465465
}
466466
@media only screen and (max-width: 768px) {
467467
.site-container {
468-
padding: 0 20%;
468+
padding: 0 15%;
469469
width: auto;
470470
}
471471
.footer-grid {
@@ -485,7 +485,7 @@ a {
485485
}
486486
@media only screen and (max-width: 992px) {
487487
.site-container {
488-
padding: 0 20%;
488+
padding: 0 15%;
489489
width: auto;
490490
}
491491
.footer-grid {
@@ -505,7 +505,7 @@ a {
505505
}
506506
@media only screen and (max-width: 1200px) {
507507
.site-container {
508-
padding: 0 20%;
508+
padding: 0 15%;
509509
width: auto;
510510
}
511511
.footer-grid {

site/assets/scss/app.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/assets/scss/app.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ a{
169169
margin-bottom: 5px;
170170
}
171171
.site-container{
172-
padding: 0 20%;
172+
padding: 0 15%;
173173
width: auto;
174174
}
175175
.footer-grid{
@@ -199,7 +199,7 @@ a{
199199

200200
@media only screen and (max-width: 768px) {
201201
.site-container{
202-
padding: 0 20%;
202+
padding: 0 15%;
203203
width: auto;
204204
}
205205
.footer-grid{
@@ -220,7 +220,7 @@ a{
220220

221221
@media only screen and (max-width: 992px) {
222222
.site-container{
223-
padding: 0 20%;
223+
padding: 0 15%;
224224
width: auto;
225225
}
226226
.footer-grid{
@@ -242,7 +242,7 @@ a{
242242

243243
@media only screen and (max-width: 1200px) {
244244
.site-container{
245-
padding: 0 20%;
245+
padding: 0 15%;
246246
width: auto;
247247
}
248248
.footer-grid{

0 commit comments

Comments
 (0)