Skip to content

Commit c13806b

Browse files
committed
more adjustments to tablet view
1 parent 23d503c commit c13806b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

assets/sass/pages/_home.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@
156156
}
157157

158158
@media only screen and (max-width: variables.$screen-md) {
159+
.hidden-tablet {
160+
display: none;
161+
}
162+
159163
#home-page {
160164
.two-column-content {
161165
.text {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h2>Easily manage and use over 500+ Python libraries.</h2>
117117
<p>
118118
Python is the fastest growing programming language. It's taught in schools and universities. It's a high-level programming language which means it's designed to be easier to read, write and maintain. It supports modules and packages which means it's easy to reuse your code for other projects. It has a built-in interpreter which means there are no extra steps, like compiling, to get your code to work. And of course, Python is Open Source Software which means it's free for anyone to use, modify or improve upon.
119119
</p>
120-
<p>
120+
<p class="hidden-tablet">
121121
CircuitPython adds hardware support to all of these amazing features. If you already have Python knowledge, you can easily apply that to using CircuitPython. If you have no previous experience, it's really simple to get started!
122122
</p>
123123
</div>

0 commit comments

Comments
 (0)