changed mobile view for Home
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="main-content content text-center">
|
<div class="main-content content text-center">
|
||||||
<div class="head pt-5 pb-5">
|
<div class="head pt-4 pb-4">
|
||||||
<h1 class="text-warning fw-bold mt-lg-5">CSGO<span class="text-up text-white">WTF</span></h1>
|
<h1 class="text-warning fw-bold mt-lg-5">CSGO<span class="text-up text-white">WTF</span></h1>
|
||||||
<h3 class="mb-lg-5">Open source CSGO data platform</h3>
|
<h3 class="mb-lg-5">Open source CSGO data platform</h3>
|
||||||
</div>
|
</div>
|
||||||
@@ -171,6 +171,15 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
|
.head {
|
||||||
|
h1 {
|
||||||
|
font-size: 4rem;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
font-size: 2rem;
|
||||||
|
padding: 0 2rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
.recent-search {
|
.recent-search {
|
||||||
.player-card {
|
.player-card {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
@@ -192,15 +201,13 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.body, hr {
|
.body {
|
||||||
p {
|
p {
|
||||||
font-size: .9rem;
|
font-size: .9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
.fas {
|
||||||
height: 80px;
|
font-size: 3rem;
|
||||||
width: 80px;
|
|
||||||
fill: currentColor;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user