mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Make general nowrap
more specific to paragraphs
And remove the overrides that were already there. ht @rschamp and @carljbowman!
This commit is contained in:
parent
d578d4a800
commit
c88fc6f27d
4 changed files with 4 additions and 19 deletions
|
@ -19,7 +19,6 @@
|
|||
a {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
white-space: normal;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
|
|
|
@ -14,10 +14,6 @@
|
|||
margin-top: 12px;
|
||||
padding: 0;
|
||||
font-weight: 200;
|
||||
|
||||
a {
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
|
||||
> a {
|
||||
|
|
|
@ -40,8 +40,10 @@ p.legal {
|
|||
}
|
||||
|
||||
/* Links */
|
||||
a {
|
||||
white-space: nowrap;
|
||||
p {
|
||||
a {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
a:link,
|
||||
|
|
|
@ -77,10 +77,6 @@ $base-bg: $ui-white;
|
|||
min-width: 200px;
|
||||
max-width: 230px;
|
||||
|
||||
a {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.card-info {
|
||||
border-radius: 5px;
|
||||
background-color: $base-bg;
|
||||
|
@ -203,10 +199,6 @@ $base-bg: $ui-white;
|
|||
.studio {
|
||||
width: 50%;
|
||||
|
||||
a {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
h5 {
|
||||
width: 200px;
|
||||
}
|
||||
|
@ -239,10 +231,6 @@ $base-bg: $ui-white;
|
|||
margin: 20px 0;
|
||||
width: 100%;
|
||||
|
||||
a {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
img {
|
||||
margin: 20px;
|
||||
max-width: 150px;
|
||||
|
|
Loading…
Reference in a new issue