Removed text selecting for certain objects
This commit is contained in:
parent
96af159082
commit
8b5a9ba8e0
|
@ -66,6 +66,7 @@ body {
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 10vw;
|
font-size: 10vw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#titleBanner {
|
#titleBanner {
|
||||||
|
@ -154,6 +155,7 @@ h1 {
|
||||||
color: white;
|
color: white;
|
||||||
border: 5px solid black;
|
border: 5px solid black;
|
||||||
text-shadow: black 5px 5px 5px;
|
text-shadow: black 5px 5px 5px;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.carousel-item .carousel-title {
|
.carousel-item .carousel-title {
|
||||||
|
@ -165,6 +167,7 @@ h1 {
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-shadow: black 3px 3px 3px;
|
text-shadow: black 3px 3px 3px;
|
||||||
|
width: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#carousel-container .active {
|
#carousel-container .active {
|
||||||
|
|
Loading…
Reference in New Issue