tangled
alpha
login
or
join now
altagos.dev
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
fixed: color bar not working correctly on smaller devices
altagos.dev
1 year ago
9fb21806
e3370fa3
+2
-2
1 changed file
expand all
collapse all
unified
split
src
_includes
sass
root.scss
+2
-2
src/_includes/sass/root.scss
···
118
118
}
119
119
120
120
@media only screen and (max-width: 320px) {
121
121
-
body {
121
121
+
.page-container {
122
122
padding: 0 1em;
123
123
}
124
124
···
131
131
}
132
132
133
133
@media only screen and (max-width: 800px) and (min-width: 321px) {
134
134
-
body {
134
134
+
.page-container {
135
135
padding: 0 2em;
136
136
}
137
137