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