Remove max-width from site.css for F# Starter Web template (#214)
This commit is contained in:
parent
26833a02b1
commit
9ad731bc33
|
|
@ -10,13 +10,6 @@
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Set widths on the form inputs since otherwise they're 100% wide */
|
|
||||||
input,
|
|
||||||
select,
|
|
||||||
textarea {
|
|
||||||
max-width: 280px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Carousel */
|
/* Carousel */
|
||||||
.carousel-caption p {
|
.carousel-caption p {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue