Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
herton
/
bankline
forked from
gabriel/bankline
Watch
1
Star
0
Fork
0
Files
Browse Source
fixing container width
BuildTools
3 years ago
parent
d2c15f617d
commit
26a36e7ac9
1 changed files
with
3 additions
and
0 deletions
Unified View
Show Diff Stats
3
0
style.css
+ 3
- 0
style.css
View File
@@ -118,4 +118,7 @@ select:focus{
input,select{
input,select{
width: 100%;
width: 100%;
}
}
+ .container{
+ width: 85%;
+ }
}
}