mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
resources: roadmap > upd8 portrait layout
This commit is contained in:
parent
9b562099d0
commit
d17ff0582b
2 changed files with 11 additions and 11 deletions
|
@ -3639,10 +3639,10 @@ img.emoji {
|
|||
|
||||
.tabPanel-widget > label,
|
||||
.tabPanel-widget > h2 {
|
||||
font-size: 1.1rem;
|
||||
font-size: 1rem;
|
||||
width: calc(100% / 7);
|
||||
height: 2rem;
|
||||
line-height: 2rem;
|
||||
height: 1rem;
|
||||
line-height: 1rem;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
|
@ -3805,7 +3805,7 @@ img.emoji {
|
|||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 48rem) {
|
||||
@media only screen and (max-width: 24rem) {
|
||||
.roadmap .mobile-roadmap {
|
||||
height: 2rem;
|
||||
}
|
||||
|
@ -3894,7 +3894,7 @@ img.emoji {
|
|||
}
|
||||
|
||||
.tabPanel-widget h2 {
|
||||
font-size: 1.4rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.roadmap .tabPanel-widget > input + h2 + div.tabPanel-content {
|
||||
|
|
|
@ -28,7 +28,7 @@ meta_descr: meta_descr.roadmap
|
|||
<div class="tabPanel-widget">
|
||||
<label for="tab-1" tabindex="0"></label>
|
||||
<input id="tab-1" type="radio" name="tabs" aria-hidden="true">
|
||||
<h2>2014-2019</h2>
|
||||
<h2>2014-'19</h2>
|
||||
<div class="tabPanel-content info-block">
|
||||
<h2>2014</h2>
|
||||
<ul>
|
||||
|
@ -156,7 +156,7 @@ meta_descr: meta_descr.roadmap
|
|||
</div>
|
||||
<label for="tab-2" tabindex="0"></label>
|
||||
<input id="tab-2" type="radio" name="tabs" aria-hidden="true">
|
||||
<h2>2020</h2>
|
||||
<h2>'20</h2>
|
||||
<div class="tabPanel-content info-block">
|
||||
<h2>2020</h2>
|
||||
<ul>
|
||||
|
@ -178,7 +178,7 @@ meta_descr: meta_descr.roadmap
|
|||
</div>
|
||||
<label for="tab-3" tabindex="0"></label>
|
||||
<input id="tab-3" type="radio" name="tabs" aria-hidden="true" checked>
|
||||
<h2>2021</h2>
|
||||
<h2>'21</h2>
|
||||
<div class="tabPanel-content info-block">
|
||||
<h2>2021</h2>
|
||||
<ul>
|
||||
|
@ -192,7 +192,7 @@ meta_descr: meta_descr.roadmap
|
|||
</div>
|
||||
<label for="tab-4" tabindex="0"></label>
|
||||
<input id="tab-4" type="radio" name="tabs" aria-hidden="true" checked>
|
||||
<h2>2022</h2>
|
||||
<h2>'22</h2>
|
||||
<div class="tabPanel-content info-block">
|
||||
<h2>2022</h2>
|
||||
<ul>
|
||||
|
@ -206,7 +206,7 @@ meta_descr: meta_descr.roadmap
|
|||
</div>
|
||||
<label for="tab-5" tabindex="0"></label>
|
||||
<input id="tab-5" type="radio" name="tabs" aria-hidden="true" checked>
|
||||
<h2>2023</h2>
|
||||
<h2>'23</h2>
|
||||
<div class="tabPanel-content info-block">
|
||||
<h2>2023</h2>
|
||||
<ul>
|
||||
|
@ -220,7 +220,7 @@ meta_descr: meta_descr.roadmap
|
|||
</div>
|
||||
<label for="tab-6" tabindex="0"></label>
|
||||
<input id="tab-6" type="radio" name="tabs" aria-hidden="true" checked>
|
||||
<h2>2024</h2>
|
||||
<h2>'24</h2>
|
||||
<div class="tabPanel-content info-block">
|
||||
<h2>2024</h2>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue